Share via


PurchNonStockedRegistrationHelper.shouldPendingRegistrationsBeSynced Method [AX 2012]

Indicates whether InventPendingQuantity records should be synchronized for the current update of the line.

Syntax

public boolean shouldPendingRegistrationsBeSynced(boolean _isPendingRegistrationsToBeCreated, PurchLine _purchLineApproved)

Run On

Called

Parameters

  • _isPendingRegistrationsToBeCreated
    Type: boolean
    Specifies whether to create InventPendingQuantity records for the line.

Return Value

Type: boolean
true if the current line update requires InventPendingQuantity record updates; otherwise, false.

See Also

Reference

PurchNonStockedRegistrationHelper Class