PDSBalanceProdBOM.markedActiveQty Method [AX 2012]

Gets the total active quantity in the selection list if the specific line is not currently marked.

private Qty markedActiveQty(InventTransId _inventTransId, InventDimId _inventDimId)

Run On

Called

Parameters

_inventTransId
Type: InventTransId Extended Data Type
The inventory transaction ID.
_inventDimId
Type: InventDimId Extended Data Type
The inventory dimension ID.

Return Value

Type: Qty Extended Data Type
The total active quantity.

This does not compute the total active if the specific line referenced by _inventTransIdand _inventDimId because it is assumed that the line is being unselected.

Community Additions

ADD
Show: