Developer forum

Forum » Integration » Customers type values in Navision request

Customers type values in Navision request

Davy Capiau
Reply

Hi,

Currently we're importing all contacts with the request below:

<GetEcomData > <tables> <Customers type="all"  importContacts="true"/> </tables> </GetEcomData>

We want to limit the import to users that have personal contact information (= real users on the contact-tab in NAV). I assume we could filter them out with the Customers type="all"

What are the potential value-replacements for 'all'?

Kr

Davy


Replies

 
Dmitriy Benyuk Dynamicweb Employee
Dmitriy Benyuk
Reply
This post has been marked as an answer

Hi Davy,
here are the posts related to this:
https://doc.dynamicweb.com/forum/integration/integration/no-customers-from-nav

https://doc.dynamicweb.com/forum/integration/integration/import-contacts-from-bc-that-are-not-associated-with-a-customer

Also if none of this helps you can consider to subscribe to:
Codeunit DynamicwebUsersPublisher::OnBeforeFindContacts event and filter the Contact set in the custom subscriber before it is processed for the output.
BR, Dmitrij

Votes for this answer: 1

 

You must be logged in to post in the forum