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;
}






YAHOO! GROUPS LINKS




Reply via email to