Interface methodologies
So now we discussed interface types, interface technologies and the built in interfaces in Microsoft Dynamics NAV.
Let's design and develop a new business to business interface. We will use the objects from Chapter 7, Storage and Logistics to create the interface.
The scenario
One of our customers wants to e-mail the shipments from now on instead of faxing. The e-mail will contain an Excel file in a predefined format.
The design
Let's bring back the Data Model we designed for the Logistics part of the solution in Chapter 7.
The process starts in the Registration table. From a registration, we generate shipments and shipments are combined into a Route with stops.
So we need to move the data from the Excel sheet to the Registration table.
The mapping
When a customer delivers us an Excel sheet with information, it seldom happens that they exactly use the same fields as our table. Therefore, we need to create a mapping. Each...