InventTransOriginKeyValueTransfer.checkCanTransferItem Method [AX 2012]
Indicates whether the items on the transaction allows for the reference to be transferred.
Syntax
protected boolean checkCanTransferItem(InventTransOrigin _inventTransOriginFrom, InventTransOrigin _inventTransOriginTo)
Run On
Called
Parameters
- _inventTransOriginFrom
Type: InventTransOrigin Table
The origin of the order.
- _inventTransOriginTo
Type: InventTransOrigin Table
The destination of the order.
Return Value
Type: boolean
true if the reference can be transferred; otherwise, false.