CustPostInvoiceJob.prompt Method [AX 2012]

Displays a dialog box from the class dialog and waits for user input.

public boolean prompt()

Run On

Called

Return Value

Type: boolean
true if the user clicks the OK button in the dialog box; otherwise, false.

If the RunBase.canSwapBetweenCS and RunBase.canSwapBetweenCSPrim methods return true, the class is packed, sent to the client, unpacked, and the prompt is executed there.

Community Additions

ADD
Show: