ABAC Discover policy implementation
I have a requirement in Project where users should be able to access (see) cases where user department is one of department in case. But at the same time in one of the step users should be able to refer some fields (like submitter, status, case id, and department) of other department cases.
For 1st use case we have implement ABAC Read policy and working as expected now challenging part is 2nd use case where users can refer some fields other department case. I tried to implement ABAC Discover policy and followed all steps as per document and its still not working. we customized pyDefaultDiscoverableReport RD, pyIsDiscoveryEnabledForOperator Access When rule. we tried to use pxDiscoverableItems section and also we have directly called pyDefaultDiscoverableReport RD from section but not able to show other department data. can some one help is it right approach to use ABAC Discovery and how to implement ABAC Discover policy with steps.
***Edited by Moderator Marissa to update Product***