Developer forum

Forum » Integration » Using filter when importing contacts from Business Central

Using filter when importing contacts from Business Central

Niels Foldager
Reply

Hi Dynamicweb,

Is it possible to use a filter when retrieving users from Business Central (using DW plug-in for BC17), so that data can be retrieved for a single user or several users:

Something like this request:

<GetEcomData>
<tables>
<Contacts type="filter">
<ContactId>XXX</ContactId>
</Contacts>
</tables>
</GetEcomData>

Best regards
Niels Foldager


Replies

 
Dmitriy Benyuk Dynamicweb Employee
Dmitriy Benyuk
Reply

Hi Niels,
no that is not implemented. You can submit a feature request for that or implement your custom request handling in the BC using the Extensibility events provided in the Dynamicweb Plugin-Unit extension.
Here is an example which suits your request so you can look on it and implement similar:
https://doc.dynamicweb.com/documentation-9/integration/integration-framework-2/extensibility/extending-the-microsoft-dynamics-365-business-central-plugin-unit#sideNavTitle1-12
Kind regards, Dmitrij

 

You must be logged in to post in the forum