Limiting user edit access to column in a module?
Hi,
I am trying to create a DCA to control access to editing 2 columns in a module by specific user. The modules are accessible by 2 roles (Planners & Category Managers). Currently both roles have write access to the module. However I want to restrict the Category Managers to be able to edit only 2 columns in the module.(L2 Taxonomy & L3 Taxonomy. Both column are list formated) .Any idea how to go about it?
0
Best Answer
-
I couldnt use LIS to create a DCA module since the line items are list formated
0
Answers
-
- Create 2 more line items in this module - DCA Read & DCA Write
- Add users dimension apart from other base dimensions for these 2 line items
- You should have a mapping module where users are mapped to roles
- Create a logic in these line items that if user has Category manager role then true else false
- Finally, use these 2 line items as dca for L2 & L3 Taxonomy line items
Cheers!!
0