View Single Post
  #3 (permalink)  
Old August 25th, 2008, 21:20
namitsinghi namitsinghi is offline
Junior Member
 
Join Date: Sep 2007
Posts: 6
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
namitsinghi is on a distinguished road
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...
Reply With Quote