web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Goshoom. NET Dev Blog / ID assignment in composite ...

ID assignment in composite entity

Martin Dráb Profile Picture Martin Dráb 239,344 Most Valuable Professional
When importing a composite entity with headers and lines to D365 F&O, you can let the system assign IDs and apply them to both headers and lines. For example, I can import the following file with sales order data: <?xml version="1.0" encoding="utf-8"?> <Document> <SALESORDERHEADERV3ENTITY> <ORDERINGCUSTOMERACCOUNTNUMBER>CustA</ORDERINGCUSTOMERACCOUNTNUMBER> <SALESORDERLINEV2ENTITY> <ITEMNUMBER>ItemA</ITEMNUMBER> <ORDEREDSALESQUANTITY>1</ORDEREDSALESQUANTITY> </SALESORDERLINEV2ENTITY> <SALESORDERLINEV2ENTITY> <ITEMNUMBER>ItemB</ITEMNUMBER> <ORDEREDSALESQUANTITY>2</ORDEREDSALESQUANTITY> </SALESORDERLINEV2ENTITY> </SALESORDERHEADERV3ENTITY> <SALESORDERHEADERV3ENTITY> ...

Continue reading ‘ID assignment in composite entity’ »


This was originally posted here.

Comments

*This post is locked for comments