PlInventPackageDepositReturnController.prePromptModifyContract Method [AX 2012]
Provides an opportunity to modify the report contract before the dialog box is displayed to the user.
Use this method to change the report contract. A common use case is when you want to add or change a query.
Important |
|---|
|
This method is called only during interactive scenarios, before the UI is displayed to the user. This method is not used for batch scenarios, because there is no user interaction, and contract values are already saved in the batch. Do not instantiate any instance variables in this code if they are used during the lifetime of the controller, because they will fail in batch scenarios. |
Community Additions
ADD
Show:
Important