Hi,
In the contact form, we have a "contact id" to interact with our own ERP software.
The problem is, that this "contact id" has to be unique, but only within a company.
So there may be 2 id's with the same value if the contacts are related to different companies.
For example, in "company A" , there may only be 1 person with the id "0001".
In "Company B", you may also have a person with the id "0001".
How can i make this possible?
Thanks!