
Hi,
In Dynamics CRM we invoice to individuals (Contacts), however, Business Central won't integrate Contacts from CRM unless the Contact is associated with an Account.
How do I get Individuals/Contacts who are not associated with an Account into Business Central?
Any help is much appreciated.
Ian
Hi northeastman
You can!!!
You can get whole Contact entity from D365 Sales (CRM) in Business Central.
You just need to create a custom table for storing CRM Contact data. For this there are such commands through , you can fetch whole table schema from CRM. As CRM tables are different then Normal Tables, you can see in TableType property.
It is a lengthy process, but you can!!