ReleaseUpdateDB60_QMS.updateInventTrans Method [AX 2012]

Updates the InventTrans table records related to quality management solution.

Syntax

public void updateInventTrans()

Run On

Server

Remarks

All transactions with status issue "QmmScrapped" should be updated.

The status value "QmmScrapped" has been removed and will be replaced with status "Sold".

These transactions should also have the relation changed from e.g. referencing a purchase order to instead referencing the quality order directly. This means that field QmmOrderIdRef will be removed from the InventTrans table and the content will be moved to field TransRefId.

The transType field will get the new value QualityOrder and the inventTransId field will get the value from the quality order.

See Also

Reference

ReleaseUpdateDB60_QMS Class