InventBlockingMarkingSync.collectOriginIssues Method [AX 2012]
Stores markings for the specified receipt inventory transactions.
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 void collectOriginIssues(
InventTransOriginId _inventTransOriginId,
InventQty _unmarkQty,
[PdsCWInventQty _cwUnmarkQty])
Microsoft Dynamics AX 2012 R2 (SYS)
protected void collectOriginIssues(
InventTransOriginId _inventTransOriginId,
InventQty _unmarkQty,
[PdsCWInventQty _cwUnmarkQty])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected void collectOriginIssues(
InventTransOriginId _inventTransOriginId,
InventQty _unmarkQty,
[PdsCWInventQty _cwUnmarkQty])
Microsoft Dynamics AX 2012 (FPK)
protected void collectOriginIssues(InventTransOriginId _inventTransOriginId, InventQty _unmarkQty)
Microsoft Dynamics AX 2012 (SYS)
protected void collectOriginIssues(InventTransOriginId _inventTransOriginId, InventQty _unmarkQty)
Run On
Server
Parameters
- _inventTransOriginId
Type: InventTransOriginId Extended Data Type
The transaction originator ID for which the markings should be stored.
- _unmarkQty
Type: InventQty Extended Data Type
The quantity for which to find the marked transactions.
- _cwUnmarkQty
Type: PdsCWInventQty Extended Data Type
The catch weight quantity for which to find the marked transactions; optional.