Share via


InventTransWMS.mapQtyByTmpInventTransWMSInventTrans Method [AX 2012]

Retrieves a map that holds selected quantities by InventTrans record ID.

Syntax

protected Map mapQtyByTmpInventTransWMSInventTrans(TmpInventTransWMSRefRecId _tmpInventTransWMSRefRecId, [boolean _copy])

Run On

Client

Parameters

  • _copy
    Type: boolean
    A Boolean value that specifies whether the original map or a copy must be returned.

Return Value

Type: Map Class
A Map if the selected quantities exist; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).

See Also

Reference

InventTransWMS Class