Outline
Setup a Production to send off email remittances using Company Details from multiple companies.
Process
1. Add the new Company from the Company Details page in EzyPO.
2. Form SQL, set the company to the Control Account.
1) EzyPO -
The Company details can be added from Control Table - Control Accounts.
2) SQL -
1. To add the Company Id in SQL, you will need to go to the COMPDTL table and find the CMP_RECORDID for the Company. This is the company ID.
2. Then in the CONACCT table, add the CMP_RECORDID to the CON_COMPANYID field for the Control Account.