Share via


PurchLineType.postInsert_BR Method [AX 2012]

Additional processing after the insert of a new record.

Syntax

public void postInsert_BR([boolean dropInvent, boolean findMarkup])

Run On

Called

Parameters

  • dropInvent
    Type: boolean
    Not used; optional.
  • findMarkup
    Type: boolean
    Not used; optional.

Remarks

The parameters not in use are kept to maintain the same method signature with the original method.

See Also

Reference

PurchLineType Class