formletterParmData.promptChooseLines Method [AX 2012]

Executes the prompt of the ChooseLines query on the client-side if the class is currently running on the server.

Syntax

protected boolean promptChooseLines()

Run On

Server

Return Value

Type: boolean
true if the prompt is executed; otherwise, false.

Remarks

The SysQueryRun class does not support the promptOnClient framework to execute the prompt on the client, which gives you multiple client calls when prompting from the server.

See Also

Reference

formletterParmData Class