Developer forum

Forum » Integration » Custom integration with Dynamics 365 Business Central

Custom integration with Dynamics 365 Business Central

Johan Ulff
Reply

Hi, I have limited experience with Integration framework and has some (possibly) dumb questions. 

My goal is to import product and user information to Dynamics web from BC, and to be able to send orders back to BC.

When I import users to Dynamicweb I want to be able to send mail based on severalt conditions, and also create passwords.

When I send orders to BC I also need to do some additional tweaking to the order before I send it over. 

Can I still use the standard batch import and export under Integration Framework or will I have to create a custom provider myself?


Replies

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

Hi Johan,
for the user import it seems you can use the User Provider and check generate passwords for the users and specify the email template, so  the users could get their passwords in the email,
you can read more about the user provider here.

As for the orders export, it depends what you want to do with your orders. Usually the order export is configured in the Live integration settings or in the scheduled task that uses the Live integration "Sync queued orders using Live integration" add-in, you can read more about that here.
If you want something specific then you can use come extensibility api that is availble for the Live integration or Data integration and code your own solution in a separate dll.
The api links are:
https://doc.dynamicweb.com/documentation-9/integration/data-integration-module/data-integration-module#sideNavTitle1-5
https://doc.dynamicweb.com/documentation-9/integration/integration-framework-2/extensibility/live-integration-notifications
Kind regards, Dmitrij

Votes for this answer: 1
 
Johan Ulff
Reply

Ok, thanks Dmitriy, that helped a lot!

 

You must be logged in to post in the forum