Share via


SalesLineType.getPendingRegistrationQuantityToUpdate Method [AX 2012]

Gets the pending registration quantity to update.

Syntax

protected SalesQty getPendingRegistrationQuantityToUpdate(boolean _isPendingRegistrationsToBeCreated)

Run On

Called

Parameters

  • _isPendingRegistrationsToBeCreated
    Type: boolean
    A Boolean value that specifies whether to create or to update the pending registrations.

Return Value

Type: SalesQty Extended Data Type
The line quantity that is to be updated in the InventPendingQuantity table as pending registration.

See Also

Reference

SalesLineType Class