I had a requirement to restrict a particular warehouse manager to only create, update and view transfer orders related to a particular warehouse.
Example:
Warehouse manager MANAGER_A can create, update and view transfer orders related to WAREHOUSE_A only.
I implemented this requirement using extensible data security by creating queries and security policies and associating policies with roles. Now my client has 100 different warehouses and he is asking whether he has to create 100 different queries, security policies and is afraid that this solution is not user friendly and will be difficult for a system user to create and maintain that many objects.
Question:
Does the system user have to create 100 different queries and security policies to handle this requirement? Is there any other way to handle this requirement?
*This post is locked for comments
I have the same question (0)