Blocking Vendors of a certain class

 0 Replies
 0 Subscribed to this topic
 15 Subscribed to this forum
Sort:
Author
Messages
mikefortuna
Basic Member
Posts: 14
Basic Member
    I am trying to block users from seeing vendors of a certain class, and invoices and other information related to those vendors.

    As an example, I am using on APVENMAST   if(trim(table.VEN_CLASS)=='PT') 
    and on element VEN_CLASS  if(VEN_CLASS=='PT')

    This is good if I am using the Inquire button, but Next and Previous let me get to vendors that I don't want to see.

    Also, I want to block this vendor class system-wide.  If I run something like AP230, I get invoices with vendors that I want blocked.


    What is the best way to accomplish this?  I seem to be only hitting it at a basic level.