STOCK
When stock physically enters or leaves AX, it passes through class InventUpd_Physical.
Methods:
- UpdatePhysicalReceipt (stock entering)
- UpdatePhysicalIssue (stock leaving)
Both at line “updPhysical+= inventTrans.Qty”
You can use the movement variable to ask whatever you need to enter into / modify the inventTrans record.
FINANCIAL
Financial values for these transactions are handled the same way, through class InventUpd_Financial.
methods:
- UpdateFinancialReceipt
- UpdateFinancialIssue
Geen opmerkingen:
Een reactie posten