This documentation is archived and is not being maintained.
Box::confirm Method [AX 2012]
Displays a simple dialog box that has NoYes::Yes and NoYes::No buttons.
client public static boolean confirm(
str _text,
[str _title,
str _bottomText])
Run On
Client
Parameters
-
_text
- Type: str
The text of the confirmation.
-
_title
- Type: str
The title of the dialog box.
-
_bottomText
- Type: str
The bottom text of the dialog box.
Return Value
Type:
boolean
true if user pressed the NoYes::Yes button; otherwise, false.