Share via


InventCountingList.prePromptModifyContract Method [AX 2012]

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

Syntax

protected void prePromptModifyContract()

Run On

Called

Remarks

Use this method to change the report contract.

This method is called only during interactive scenario, before rendering the UI to user.

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

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

See Also

Reference

InventCountingList Class