Hello,
In BOARD we have a P&L capsule shared between 2 user groups
- Controlling user that are allowed to launch procedure that may change data like clear data / reload data from ERP / launch allocation
- Reporting user that should only have read only access. They should not be able to launch procedure. The issue is that "Read only" access allow user to launch procedure
How are you managing such cases in your application ?
From my point of view it cannot be managed through native BOARD security layer ?
So we have use to use workaround :
- Are you using visiblity option on each button ?
- Are you putting "if condition" in your procedure as step 1 to exit the procedure if it's not an authorized user ?
- Other idea ?
Thanks for your feedback
Julien