RetailReplenishmentTransferOrder::canBeCrossdocked Method [AX 2012]
Validates the cross docking quantity.
Syntax
client server public static boolean canBeCrossdocked(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 cross docking line is not linked to purchase order or cross docking quantity is more than received; otherwise, true.