Share via


PdsCWFormCtrl_BOMConsistsOf_BOMStep.dataSourceLinkActivePost Method [AX 2012]

Runs after the standard code in the linkActive form data source event.

Syntax

public void dataSourceLinkActivePost()

Run On

Called

Remarks

The base implementation of this method calls the same method on all PmfFormCtrl objects that are assigned as sub-controls to this object. All child classes must call this parent method when they override this method. The form must call this event method only when actual code is associated with the event method or any of the sub-controls that are associated with this object. After all the sub-control event methods are called, this method calls the PmfFormCtrl.updateDesign method to update any form controls that are based on the new active record.

See Also

Reference

PdsCWFormCtrl_BOMConsistsOf_BOMStep Class