InventBlockingMarkingSync.restoreOriginMarkings Method [AX 2012]
Restores the markings that are between the originator and what the originator was originally marked.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
protected container restoreOriginMarkings(InventQty _remainingQty, PdsCWInventQty _cwRemainingQty)
Microsoft Dynamics AX 2012 R2 (SYS)
protected container restoreOriginMarkings(InventQty _remainingQty, PdsCWInventQty _cwRemainingQty)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected container restoreOriginMarkings(InventQty _remainingQty, PdsCWInventQty _cwRemainingQty)
Microsoft Dynamics AX 2012 (FPK)
protected InventQty restoreOriginMarkings(InventQty _remainingQty)
Microsoft Dynamics AX 2012 (SYS)
protected InventQty restoreOriginMarkings(InventQty _remainingQty)
Run On
Server
Parameters
- _remainingQty
Type: InventQty Extended Data Type
The maximum quantity for which to restore original markings.
- _cwRemainingQty
Type: PdsCWInventQty Extended Data Type
The maximum quantity for which to restore original markings.
Return Value
Type: container
The quantity that is yet to be handled by transactions that are not originally marked.