I want to know why the save button in [additional actions] does not represent?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 06:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 06:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 08:04 PM
Hi @zx
The Save button from your screenshot is the form context menu UI Action. You can find them as following this URL.
URL: https://<instance_name>/sys_ui_action_list.do?sysparm_query=name%3DSave%5Eaction_name%3Dsysverb_update_and_stay%5Etable%3Dglobal%5Eform_context_menu%3Dtrue&sysparm_first_row=1&sysparm_view=
In your case, it should be this one below.
URL: https://<instance_name>/sys_ui_action.do?sys_id=47fd7f4dc0a8000600a552278b5232ab
Now you know where it comes from, you can have a look to the condition to understand when it's displayed.
Cheers,
Tai Vu