正解:C,D,E
In ServiceNow, UI Actions are elements that make the user interface more interactive and tailored to user activities. They can appear as buttons, links, or context menu items on forms and lists. The valid types of UI Actions include:
* C. Form choice: These are UI Actions that appear as choices in form context menus, allowing users to perform specific actions related to the form.
* D. Form button: These are buttons that appear on forms, enabling users to execute defined actions directly from the form view.
* E. List banner button: These are buttons that appear in the list view's banner, providing actions that can be performed on the list or selected records.
The other options are not standard UI Action types:
* A. Workflow action: While workflows can include actions, "Workflow action" is not a defined UI Action type in ServiceNow.
* B. Record navigation button: This is not a standard term used for UI Action types in ServiceNow.