AP Vendor Class restriction

Sort:
You are not authorized to post a reply.
Author
Messages
Erika Resendiz
New Member
Posts: 1
New Member
    I am trying restrict end users from seeing certain Vendor Classes from APVENMAST. This is what I have: if (table.VEN_CLASS =='PO') then all access else No access. But i get an error 500 when I add this rule.  It's almost like it times out.
    The only way it works is if I have ...!='EMP' all acess else no access but then we are able to see all the other Vendor classes that Accounting wants hidden.
    This is set up on the RQFARSSFiles Security Class under the APVENMAST table.
    Greg Moeller
    Veteran Member
    Posts: 1498
    Veteran Member
      Try if(trim(table.VEN_CLASS)=='PO')
      You are not authorized to post a reply.