Outline
Setup a Production to send off email remittances using Company Details from multiple companies and bank accounts.
Process
1. Add the new Company from the Company Details page in EzyPO.
2. From Eclipse, assign the company to the Control Account.
1) EzyPO - Create the Company
The Company details can be added from Control Table - Control Accounts.
2) Eclipse - Assign the company to each control account
Set the Company for each Control Account by going to Control Table → Control Accounts. Select the appropriate company from the dropdown list and then press OK.
SQL - Assign the company to each control account (If not using Eclipse)
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.