Hi All,
My requirement is to check if the user has relate and above permission in an ACL. My ACL has groups and user lies in one or more groups.
ACL Name: Sample_acl
testreadersgroup - read
testrelategroup - relate
dm_owner - write
dm_world - read
In above case, user lies in both the groups.
So my expected result will be relate (since that is the highest permission of the user in this ACL).
Have tried using getPermit on the IdfAcl but its not giving me right results.
How can I achieve this. Pls help!
Regards !
T