Share via


PurchNonStockedRegistrationHelper.isPendingRegistrationsApplicable Method [AX 2012]

Indicates whether the InventPendingQuantity update is relevant for the line.

Syntax

public boolean isPendingRegistrationsApplicable(boolean _isPendingRegistrationsToBeCreated, PurchLine _purchLineOrig)

Run On

Called

Parameters

  • _isPendingRegistrationsToBeCreated
    Type: boolean
    Specifies whether InventPendingQuantity records are to be created for the line freshly.
  • _purchLineOrig
    Type: PurchLine Table
    The original or approved purchase order line.

Return Value

Type: boolean
true if line changes require InventPendingQuantity updates; otherwise, false.

See Also

Reference

PurchNonStockedRegistrationHelper Class