AxPurchLine.createOrUpdateRelatedRecords Method [AX 2012]

This method is for updating or creating records that relates to the data in the AxBC class.

Syntax

protected void createOrUpdateRelatedRecords()

Run On

Called

Remarks

This is an internal method for the AxBC framework that must be overridden in the individual AxBC class if there is any code to execute in the AxBC class after the default values are set and before validation is performed. An example on how to do this can be seen in the AXSalesLine class.

See Also

Reference

AxPurchLine Class