Keywords: Signals Notebook, Materials, Lots, View, Edit, Permissions
Details: Users that are assigned a role with only the "View Materials" permission can edit the "Lots" of the material library assets even though they should see assets as "READ ONLY".
Solution: Ensure the Inventory rule to "Grants access to all Inventory Containers" is limited by group. If not, all users with access to the material libraries will be able to edit Lots.
Rule Example:
# Grants access to all Inventory Containers
RULE "Container Full Control"
IF
resource type equal "container" AND
user group in "Inventory Group"
THEN
grant "entity.full_control"
Comments
0 comments
Article is closed for comments.