ReqItemJournalSafetyStock.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.
For a batch scenario, this method is not called because there is no user interaction and the contract values are already saved in batch.
Do not initialize any instance variables in the code if they are used during the lifetime of the controller, because they will fail in batch cases.