SalesLine::canRegisterReturnQtyTrackingDim Method

Indicates whether a quantity can be returned for a given batch or serial number.

Syntax

client server public static boolean canRegisterReturnQtyTrackingDim(
    TradeInventTransId _inventTransId, 
    InventDim _inventDim, 
   [InventQtyRegistered _inventQty])

Run On

Called

Parameters

Return Value

Type: boolean
true if the quantity can be registered; otherwise, false.

Remarks

In certain scenarios the inventory transaction to be registered is already created hence no quantity should be passed.

See Also

Reference

SalesLine Table