Hi,
I was wondering if there is a best practise way of solving the next problem:
We have an XDS policy running which filters the Timesheet Lines so that the users can only see the their own lines or if they are the worker responsible on the project. But we want the HR Clerk to be excluded for this policy. What would be the best way to achieve this?
There is the option to use a ContextString or roleProperty, but then we would have to fill in this property on each role that should not be excluded from the Policy, plus if we need another role property on a specific role, we can't fill in the multiple values, so I guess that's not an option.
You can exclude the role hardcoded when opening the listpage form, but same here, this doesn't seem too much of a best practise considering you'd have to change code each time the requirement changes...
Any suggestions perhaps?
Thanks in advance!