To Specify the Tenant Available for Customer Portal Users
If you use a multitenant MYOB Acumatica configuration, after you deploy a Customer Portal instance, you must specify the tenant that will be available for the Customer Portal users.
To Configure the Tenants Available for Customer Portal Users
- Open the web.config file for the Customer Portal instance. This file is usually located in %Program Files%\MYOB Acumatica\<instance name>, where <instance name> is the name of the Customer Portal instance site.
- In the file, find the providers section, which has the following
settings:
<add name="PXSqlDatabaseProvider" ... companyID="" .../>
- Change the following key value:
companyID="x"
where x is the ID of the tenant you want to make available to the Customer Portal users.
- Save the web.config file; this automatically restarts the website.