Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi,
If I understand the question correctly, you are trying to display data that is specific to an individual user. It is possible, and one approach is to filter the records using a request parameter.
Here's a tutorial on it from the official Joget website:
Filter Records using Request Parameter
Here's a thread with a similar question to yours:
How to display the list based on the logged in user in the userview?
Hope this helps.
thank you for your help i really appreciate it ,
the thing is i don't have a name field in my form , so i tried this
e.customProperties.createdBy = '#currentUser.username#'
and unfortunately it didn't work , apparently because customProperties doesn't have a createdBy property .
i event tried submitted_by and '#currentUser.id#'
that i found in the documentation and it didn't work either , can someone help me ? :'(
can the datalist number content (number of rows ) depend on the user that is checking it ?