- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2020 06:23 AM
Hi,
I have a custom table called LRW and it is extended from Task table, i have created one table and which is extended from LRW, but in the form i am not finding Submit and Update button , Could some one help me what could be the issue.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2020 07:13 AM
You can also try:
1. Go to the global UI Action in the sys_ui_action table.
2. Change the table from Global to the table name that you want the UI Action to be shown.
3. Right click on the header and click ‘Insert and Stay’.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2020 06:25 AM
Hello Developer,
Will you share screenshot of from.
Regards,
Yash Agrawal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2020 06:44 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2020 06:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2020 07:10 AM
Can you check for the UI Action if they are visible for your view?
For example Submit, go to:
yourinstance.service-now.com/sys_ui_action_list.do?sysparm_query=nameSTARTSWITHsubmit%5EtableSTARTSWITHglobal&sysparm_view=
You should see the Global Submit UI Actions. Click on one you see:
Add your view and set to Include:
If this works, do for the Update button as well.