Share via


InventJournalTransTransferController.prePromptModifyContract Method [AX 2012]

Provides an opportunity 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 the interactive scenario before rendering the UI to user.

In 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 instantiate any instance variables in this code if they are used during the lifetime of controller because these will fail in batch cases.

See Also

Reference

InventJournalTransTransferController Class