Share via


PurchNonStockedRegistrationHelper.synchronizePendingRegistration Method [AX 2012]

Creates or updates the pending registration records from the line.

Syntax

public void synchronizePendingRegistration(UnitQty _adjustedQty, boolean _isNewLine)

Run On

Called

Parameters

  • _isNewLine
    Type: boolean
    A Boolean value that specifies whether the line is a new line.

Remarks

This method would typically be used when a purchase line is created, updated, or approved for change management enabled purchase orders.

See Also

Reference

PurchNonStockedRegistrationHelper Class