1
0
-1
1 answer
- 210
In where clause or filter clause.. write
Where dateCreated = "#currentUser.id#" OR "admin"
- Cherif Dhouha
dateCreated or CustomProperties.name?
Add your comment...
In where clause or filter clause.. write
Where dateCreated = "#currentUser.id#" OR "admin"
dateCreated or CustomProperties.name?
Hello everyone.
I have a group called "Clients" and an admin user.
The group "Clients" has 3 users each one of them has to fill a form and see the result in a table
But his result should be only seen by him and the admin.
How can i do that ?
Thank you