Issue
How to Override UI Actions for an extended table
Description
How to override UI Actions for an extended table
Examples:
Task Table (parent) has Close Record UI Action which you don't want to appear on the Incident Table (child)
Procedure
- Complete the following steps to override a UI action on the Task table for just the Incident table.
- Create a UI action on the Incident table with the same Action name.
If the Action name is not defined, use the same Name.
- Enter a script that is specific to the Incident table.
- Create a UI action on the Incident table with the same Action name.
- 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'.
OR
you can override the parent table UI action on the child table via setting the "Override" field as shown in the below screenshot,
Applicable Versions
All