Announcements
No record found.
Hi,
I am wanting to import data from an XML file into Dynamics, this will then auto create a new case.
Is this an out of the box feature - ie can Dynamics monitor a secured file location and import XML/CSV files to create a case?
Thanks
No. Dynamics doesn't have a native listener. You can manually load files through the UI, or you could write your own listener that lives either on the server where the files are stored, or in Azure, if that file location is web-accessible.
HI..
No there is not any out of box feature for this .. you need to either write your own code or use any integration tools like BizTalk.
easy option is to write own custom code like console application.. which will continuously monitor specific location and if there is any file added you can import that file data to CRM.
hope this will give you some idea.
Come to think of it, Azure Logic Apps and the EventHub might be ideal for your need. That way you're not writing from scratch.
docs.microsoft.com/.../connectors-native-webhook
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.
Congratulations to a top community star!
In our never-ending quest to help the Dynamics 365 Community members get answers faster …
Welcome to the next edition of the Community Platform Update. This is a status …
Stay up to date on forum activity by subscribing.