InventRegistrationSalesLine.canRegister Method [AX 2012]
Determines whether the registration can be performed.
Syntax
public boolean canRegister(InventQty _qtyToRegister)
Run On
Called
Parameters
- _qtyToRegister
Type: InventQty Extended Data Type
The quantity to be registered.
Return Value
Type: boolean
true if the registration can be performed; otherwise, false.