| Re: Predicate to restrict data for corporation Thanks James.
I realized the reason for issue. I had defined predicate for Read/Write access only, but not Read access. Thus, when selecting data on search page, data was not getting filtered. Added predicate for Read access also, and the above issue is resolved. I had initially thought that Read/Write internally covers Read also... |