Override a UI action for an extended table
You can override or remove a UI action for a table that is extended from another table.
시작하기 전에
주:
This is not applicable to domain separated instances.
이 태스크 정보
When a UI action is defined for the Task table, it applies to all tasks, including incidents, changes, problems, and any other tables that extend the Task table. Similarly, a global UI action applies to every table. However, you can override a UI action for a specific table. This example demonstrates how to override or remove a UI action on the Task [task] table for only the Incident [incident] table.
프로시저
-
Complete the following steps to override a UI action on the Task table for just
the Incident table.
-
Complete the following steps to remove a UI action on the Task table for the
Incident table.
- Navigate to the UI action definition for the Task table.
- Add the condition current.getRecordClassName() !='incident'.