Formula assist
Hi
I have a module which has a section for a "reviewer" to select a boolean to mark as reviewed. Reviewers are limited to certain persons and certain products.
Initially, I had just used the Employees List and created a subset for reviewers which worked fine. However, I now need only certain reviewers to certain products. What is the best way to do this?
Thanks in advance,
Answers
-
You need to do a mapping between reviwers/employees and products
Then you can use this mapping to drive selective access or control what they can do with DCA
Selective access is at the user level, you're basically giving access to users to some products and not others
DCA can be at the group (reviewer) and will just block them from being able to review a product (they can still see the item, but you can hide it with a filter)
Here is for DCA:
https://help.anaplan.com/en/d10ce953-9063-405f-b146-e7d5e55383e2-Dynamic-Cell-Access
and selective access:
https://help.anaplan.com/en/0d2d8efd-6112-484f-953c-4d017cafefbc-Selective-Access
0