- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 10:50 AM
Hello,
I'm trying to add a Save button on the ER Case form on the employee relations table. This is what I have:
Its currently not showing on the form for some reason. Not sure what I'm doing wrong. Can anyone provide any guidance. Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 10:59 AM - edited 10-13-2023 11:00 AM
@Andre Jones Please remove isAdvancedUI() condition from the condition field of the UI Action.
To know more about the isAdvancedUI() please refer to https://www.servicenow.com/community/developer-forum/what-is-quot-isadvancedui-quot/m-p/1994172
Hope this helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 10:59 AM - edited 10-13-2023 11:00 AM
@Andre Jones Please remove isAdvancedUI() condition from the condition field of the UI Action.
To know more about the isAdvancedUI() please refer to https://www.servicenow.com/community/developer-forum/what-is-quot-isadvancedui-quot/m-p/1994172
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 01:21 PM
Thank you @Sandeep Rajput I'll give this a try.