Share via


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

Return Value

Type: container
The quantity that is yet to be handled by transactions that are not originally marked.

See Also

Reference

InventBlockingMarkingSync Class