RetailReplenishmentTransferOrder::checkTransferOrder Method [AX 2012]

Validates the transfer quantity.

client server public static boolean checkTransferOrder(PurchId _purchId)

Run On

Called

Parameters

_purchId
Type: PurchId Extended Data Type
The reference number for the purchase order.

Return Value

Type: boolean
false if the transfer quantity is larger than received; otherwise, true.
Show: