AxInternalBase.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 wants to be performed any code in the AxBC class after defaulting and before validation is performed.

An example on how to do this can be seen in the AXSalesLine class.

See Also

Reference

AxInternalBase Class