---
sourceDocument: Zurich ServiceNow AI Platform Administration
sourceDocumentLink: https://www.servicenow.com/docs/r/zurich/platform-administration

 Release :

    - zurich

ft:locale :

    - en-US

ft:publication_title :

    - Zurich ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Override a UI action for an extended table

# Override a UI action for an extended table {#ariaid-title1}

* Release version: Zurich
* 
* Updated July 31, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

You can override or remove a UI action for a table that is extended from another
table.

## Before you begin

Role required: ui_action_admin or admin  
Note:  
This is not applicable to domain separated instances.

## About this task

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.

## Procedure

1. Complete the following steps to override a UI action on the Task table for just the Incident table.
   1. Create a UI action on the Incident table with the same Action name.  
      If the Action name is not defined, update both the new UI action and the UI action to be overridden with the same Action name.
   2. Enter a script that is specific to the Incident table.
   {#t_OverrideOrRmvAUIActionForExtTbl__substeps_fzk_c5d_ww}
2. Complete the following steps to remove a UI action on the Task table for the Incident table.
   1. Navigate to the UI action definition for the Task table.
   2. Add the condition current.getRecordClassName() !='incident'.
   {#t_OverrideOrRmvAUIActionForExtTbl__substeps_snp_35d_ww}
{#t_OverrideOrRmvAUIActionForExtTbl__steps_ws2_vvd_ww}

