Hi, I have an entity Job, which is used to store jobs created by multiple users. I'm saving who created the Job by allowing the entity to capture the User information who created the record. I want to get lis of Jobs created by the currentUser (owner) and populate the data grid,
↧