Datalist from different point of views

Confluence User - 25 Jul, 2023

can the datalist number content (number of rows ) depend on the user that is checking it ?

datalists

2


25 Jul, 2023
confluenceUser
1
confluenceUser

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.

25 Jul, 2023
confluenceUser
confluenceUser

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 ? :'( 

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print