Hi,
I am writing import utility for customers and contacts from our CRM system to OnTime. What is giving me a problem is that the call GetAllCustomers does not return Customers, which do not have any contacts. It returns one row for each contact (with information about customers), but those Customers that do not have a contact in the OnTime yet, are not returned.
Is there a way to retrieve such Customers? I need to do this in order to prevent inserting new customers to OnTime multiple times (that's what just happened, and after debugging my code I found out this issue.
Any help is appreciated.
Best regards
Andrej