Executed when a user selects an action on a page.

OnAction()

Applies To

  • Page actions

Remarks

This is called after the action properties, such as the RunObject Property, are invoked.

You typically use the RunObject Property to run objects such as pages, reports, and codeunits from an action. You can use the OnAction trigger when you require more processing than the RunObject Property can support, such as filtering data before a page is displayed or writing to the database.

To see an example of the OnAction trigger in use, see Walkthrough: Debugging an Action on a Page.

Note
The OnAction trigger is not used on Role Center pages. If you add C/AL code to the trigger, the Role Center page will compile, but the C/AL code will be ignored at runtime.

See Also