Recently, I had to develop a data import utility as a part of one of the projects I was working on. One of the subparts of the data import utility is the Pending Vendor Invoices utility. The architecture of the data import utility is as follows:
Staging: Data is first import into staging table, where It can be viewed, validated or cleared by the user
Validate: Data can be validated in order to ensure the correctness of data
Import: Data in the staging tables are processed in the AX tables...(read more)
↧