- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2022 07:23 PM
Hi Experts,
what is the normal way to overwrite a UI action implementation from parent table?
Is it just create an new UI action the same with parent, and write the code and then exclude it from parent ?
Thanks & Regards
Amber
Solved! Go to Solution.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2022 08:17 PM
When you create UI Action on Child table then it will not be visible on Parent table form. If you have same UI Action on Parent then you need to add condition in UI Action to hide it on child table.
e.g A WIP ui action created on task is visible on all child tables and you want different behavior for incident then add condition like <Existing condition> && current.sys_class_name != 'incident'
And create new UI Action on incident.
Thanks,
Anil Lande
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2022 08:05 PM
Hi,
Can you please explain the scenario with an example?
What is current status and what you want to achieve?
Thanks,
Anil Lande
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2022 08:17 PM
When you create UI Action on Child table then it will not be visible on Parent table form. If you have same UI Action on Parent then you need to add condition in UI Action to hide it on child table.
e.g A WIP ui action created on task is visible on all child tables and you want different behavior for incident then add condition like <Existing condition> && current.sys_class_name != 'incident'
And create new UI Action on incident.
Thanks,
Anil Lande
Thanks
Anil Lande