Updating a sales order from a technical perspective

Formletter <- SalesFormLetter <- SalesFormLetter_PickingList

If a posting is done in batch on server SalesFormLetter will automatically spawn tasks of the type FormLetterMultiThread and use multiple threads to complete the tasks simultaneously.

The batchjob is saved with parameters in the table SalesParmUpdate along with its query. For each head that will be created a record in SalesParmTable will be created with its lines in SalesParmLine.

FormLetterMultiThread has no error handling for duplicate key. This can cause problems when the more than one task will try to insert the same record in InventDim

Comments

Popular posts from this blog

How to disable auto enabled flight key using KillSwitch

Technical intro to Feature management in D365FO

Continuous integration and deployment Power platform FinOps tweaking