Just delete this line
_custtable.recordLevelSecurity(false);
--- In [email protected], "dit0h" <[EMAIL PROTECTED]> wrote:
>
> hi,
> i create a report where i want to disable rls on cust table.
> i'm trying something like this but it doesn't work.
> User can't see all records, because rls of its group has restricted
> acces to all records.
> can anyone tell me what i doing wrong?
>
> public boolean fetch()
> {
> boolean ret;
> _custtable.recordLevelSecurity(false);
>
> ret = super();
> return ret;
> }
>
SPONSORED LINKS
| Computer part | Programming languages | Microsoft axapta |
| Support exchange |
YAHOO! GROUPS LINKS
- Visit your group "development-axapta" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

