Imagine we have an XML document, such as the one shown in the following screenshot, that we want to import into Microsoft Dynamics NAV or in Microsoft Dynamics 365 Business Central:
We analyze the XML document tag structure and decide that we'll have to import the data into the SalesHeader and SalesLine tables, and we design an XMLport with the following structure:
In this XMLport structure, we have used all of the XML tags detected on the XML document and mapped them to Microsoft Dynamics NAV or Microsoft Dynamics 365 ...