RunBaseReport.prompt Method [AX 2012]
Displays the dialog from the class dialog and waits for user input.
Syntax
public boolean prompt()
Run On
Called
Return Value
Type: boolean
true if the user clicks the OK button in the dialog; otherwise, false.
Remarks
If the canSwapBetweenCS and canSwapBetweenCSPrim methods return true, the class is packed, sent to the client, unpacked, and the prompt is executed there. When the dialog is closed, the class is packed and returned to server where it is unpacked. This method is called when:
The user starts the class, which is typically from the main method
The user wants to modify the settings of a queued batch job