Displaying list of records by owner

0
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,   
asked
2 answers
3

You need to add a XPath on the datagrid.

Datasource: XPath

Entity: Job

XPath: [System.owner = '[%CurrentUser%]']

answered
0

Unasked advise: take the Rapid developer path, it provides you a lot of knowledge which will help you big time; https://learn.mendix.com/link/courses/introductioncourse 

answered