Share via


InfAdjSimulationController_MX.prePromptModifyContract Method [AX 2012]

Provides the ability to modify the report contract before a dialog box is displayed to the user.

Syntax

protected void prePromptModifyContract()

Run On

Called

Remarks

Use this method to change the report contract. This method is called only during an interactive scenario before rendering the UI to the user.

In a batch scenario, this method is not called because there is no user interaction and contract values are already saved in batch.

Do not initialize any instance variables in this code if they are used during the lifetime of the controller because they will fail in batch cases.

See Also

Reference

InfAdjSimulationController_MX Class