I want to know why the save button in [additional actions] does not represent?

zx
Tera Contributor
hello everyone! I want to know why the save button in [additional actions] does not represent? thanks!
2 REPLIES 2

zx
Tera Contributor

キャプチャ.PNG

Tai Vu
Kilo Patron
Kilo Patron

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.

Screenshot 2024-01-31 at 11.03.35.png

 

Cheers,

Tai Vu