Write a DCA logic to prevent entry from another User if the selected row reserved by another user.
Best Answers
-
Module already having user as a dimension, If i reserved any row I only should be able to edit and other User can see the name of the user who reserved that row in "Reserved by" line item.
0 -
When you have user name in the field you can use total level of user list and FirstNonBlank summary type so there will be the one user who has it reserved in the user lists total item.
1 -
Yes, user total level is quite beneficial in this case.
0
Answers
-
You have to introduce the user dimension in this module and then write the DCA conditions. Use ANY function to get if any user reserve this line and based on that write the logic.
0 -
Maybe have the user enter their name to reserve, check if it's not blank to set boolean…
0 -
With the user top level and make the Boolean any summary level and can get the any of the users are reserved for that particular item or not.
0