Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics AX (Archived)

D365 for operation import/export files

(1) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello,

I want to export and import files in Dynamics 365, I have checked the recurring integrations but I will need to do that in real time. I have checked the web services but I'm not sure if is possible. 

In recurring integrations I think that there is an option to call it using a web service but I'm not sure how this work.

To export I want to send the file calling an external web services and to import I want to call a Dynamics 365 web service.

Is there any way to do that?

Thank you

*This post is locked for comments

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: D365 for operation import/export files

    Hi Saddaf,

    Another thing with the export process is that I need to export one time every thing, If I use the entity call /data/EntityName every time the AOS will export all the lines in the entity not the new ones (for example)

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: D365 for operation import/export files

    Thank you for the answer.

    But I want to import a complex file not a file with an entity. I need to do some kind of development in the data that I want to import I can't use an entity.

    For export is more or less the same I need to do some developments in the data that I want to export, is that the reason that I want to use files and no data directly (entity).

    Thank you again

  • Suggested answer
    Mohd saddaf khan Profile Picture
    Mohd saddaf khan 20 on at
    RE: D365 for operation import/export files

    Hi Marcal,

    Data Export:

    For real time data export, you can call public Data Entity directly from your external system. 

    You must consider learning the basics of Data Entities. 

    As an example, take Customer entity and it can be called as 

    https://<baseurl>/data/Customers

    a
    nd yes, Authentication Id is required whenever you are calling the above URI.
    follow https://ax.help.dynamics.com/en/wiki/dynamics-ax-7-services-technical-concepts-guide/

    For start, you can try opening the above URI in your browser where you have logged in to dynamics 365 for operations
    page.
    It gives result in Json format and public data entities follows all Odata protocols and supports CRUD operations.

    Data Import:

    You can try out creating custom services for this. Once Service is created in Dynamics 365, its operation can be called from external system as
    https://<host_uri>/api/Services/<service_group_name>/<service_group_service_name>/<operation_name>


    This Operation will be containing your business logic accepting required parameters from external system.
    Hope it will help!

    Thanks

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Verified Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,391 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,445 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans