Hi,
Support on API to update espocrm Account deails according to Account Information Data from External Database.
Epocrm Details are Account having Name, Account Code, Customer Status
External database details are same as order, AccName, AccCode, CusStatus
Here what i need to do is update espo account - > Customer status (enum)= Active/Inactive as per to the information from external db CusStatus.
Account Code = AccCode
Note
--------
External DB is our master database which is using by other departments. So once someone change the CustStatus of a purticular account, that should be update in the espocrm aswell with matching the Account code which is unique to espocrm and the external db.
Appreciate the API code help with steps since i'm not familiar with the API.
Support on API to update espocrm Account deails according to Account Information Data from External Database.
Epocrm Details are Account having Name, Account Code, Customer Status
External database details are same as order, AccName, AccCode, CusStatus
Espocrm | External DB |
Name | AccName |
Account Code | AccCode |
Customer Status | CusStatus |
Here what i need to do is update espo account - > Customer status (enum)= Active/Inactive as per to the information from external db CusStatus.
Account Code = AccCode
Note
--------
External DB is our master database which is using by other departments. So once someone change the CustStatus of a purticular account, that should be update in the espocrm aswell with matching the Account code which is unique to espocrm and the external db.
Appreciate the API code help with steps since i'm not familiar with the API.
Comment