Description
Current platform behavior does not allow Location/Container types to use the Inventory Security attribute as the access segmentation parameter
Workaround
Use a security policy rule to grant write on all locations for the super user group, this grants global management of locations to designated super users:
RULE "Location Write"
IF user group in "Super Users System Group"
AND resource type equal "location"
THEN grant "entity.write"
Notes
-Adding condition resource userTemplateFlag=true prevents global read but restricts edits to self-created or system types only.
- No ownership transfer or sharing mechanism exists for types created by other users.
Comments
0 comments
Article is closed for comments.