Using Security Filters
Microsoft SQL Server
Caveats…
C/SIDE does not apply record level
security filters to user defined global
and local variables
Therefore…
Security filters are applied on a record variable by
using the SETPERMISSIONFILTER function
that is available for the record variable
Customer.SETPERMISSIONFILTER;
Customer.FIND('-');