Limit Users to Particular Companies

To restrict users or roles to one company or only certain companies, follow these steps:

  1. On the Rule Setup sub-page, select Deny for the Company object.
  2. On the Record Rights sub-page, enter one of the following:
  • For a single company code:

co = 'ABC'

  • Multiple company codes (multiple “OR” operators):

co = 'ABC' or co = 'XXX'

  • Multiple company codes (“Co in” statement):

co in ('ABC','XXX','YYY')