This documentation is archived and is not being maintained.
Query.interactive Method [AX 2012]
Specifies whether or not the query is interactive, such as showing a dialog box.
public boolean interactive([boolean value])
Run On
Called
Parameters
-
value
- Type: boolean
Whether the query is interactive; optional.
Return Value
Type:
boolean
true if the query is interactive; otherwise false.
In an interactive query, the query may (for example) present the user with a dialog when the is called.
This functionality is used where code will be submitted to batch and in other situations where code must run unattended.