Access Control policy on case read policy
We have a requirement to restrict cases to be shown only to case followers.
Created access control policy with policy condition which only checks when @WorkUtilities.pzIsAFollower(param.ContextKey,param.Follower).
When we checked the when condition, it is working as expected. But we are opening the case, it is allowing all the users to open the case. (Case followers/Non Followers). That means our access control policy is not working.
Let me know if we are missing something.
***Edited by Moderator Marije to add Capability tags***