Share via


PurchLineType.updatePendingRegistrationsNonStocked Method [AX 2012]

Updates the pending registrations for non-stocked lines.

Syntax

public void updatePendingRegistrationsNonStocked(boolean _isPendingRegistrationsToBeCreated)

Run On

Called

Parameters

  • _isPendingRegistrationsToBeCreated
    Type: boolean
    Specifies whether to create new pending registrations for the line.

Remarks

If the line is new then pending registrations will be created; otherwise, the pending registrations will be synchronized with the line.

See Also

Reference

PurchLineType Class