Action Option Type

Version: Available or changed with runtime version 1.0.

Represents the action that the user took on the page.

Members

Member Description
None Represents the result of running a page.
OK Represents the result of the user closing a page window by performing one of the following actions:
- Chooses the OK button.
- Chooses the X button when there was no Cancel button on the window.
- Presses the Esc key when there is no Cancel button on the window.
Cancel Represents the result of the user closing a page window by performing one of the following actions:
- Chooses the Cancel button.
- Chooses the X button when there is a Cancel button on the window.
- Presses the Esc key when there is a Cancel button on the window
LookupOK Represents the result of the user closing a lookup window by performing one of the following actions:
- Chooses the OK button.
- Chooses an item in the Lookup window.
LookupCancel Represents the result of the user closing a lookup window by choosing the Cancel button.
Yes Represents the result of the user closing a confirmation window by choosing the Yes button.
No Represents the result of the user closing a confirmation window by performing one of the following actions:
- Chooses the No button.
- Chooses the X button.
- Presses the Esc key.
RunObject Represents the result of the user selecting an option that ran another object.
RunSystem Represents the result of the user selecting an option that ran an external program.

See Also

Get Started with AL
Developing Extensions