Hello,
We are working on the SAM2010 implementation, currently we need to filter the information downloaded to client based on some user parameters.
For instance, We have the next functional location categories:
A,B,C,D
We have two users:
By now i found i can add multiple categories to be filtered, however, those categories will be visible for all users.
We need categories A and B to be accessible only by User A and categories C and D to be accesible only by User B.
Is it possible to restrict access to the information as shown above?
Best regards.