Share via


RetailTransactionsController.prePromptModifyContract Method [AX 2012]

Adds ranges to the report query as per the Args passed.

Syntax

protected void prePromptModifyContract()

Run On

Called

Remarks

This method is invoked for interactive scenarios. This method is not invoked for batch scenarios. This means any member variables instantiated in this method will not be available for the lifetime of the controller in batch scenarios.

See Also

Reference

RetailTransactionsController Class