PurchNonStockedRegistrationHelper.shouldPendingRegistrationsBeSynced Method [AX 2012]

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

public boolean shouldPendingRegistrationsBeSynced(boolean _isPendingRegistrationsToBeCreated, PurchLine _purchLineApproved)

Run On

Called

Parameters

_isPendingRegistrationsToBeCreated
Type: boolean
Specifies whether to create InventPendingQuantity records for the line.
_purchLineApproved
Type: PurchLine Table
The approved PurchLine object.

Return Value

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

Community Additions

ADD
Show: