UI Actions not visible in form

developer18
Tera Contributor

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

 

1 ACCEPTED SOLUTION

Willem
Giga Sage
Giga Sage

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’.

View solution in original post

5 REPLIES 5

Yash Agrawal1
Tera Guru

Hello Developer,

Will you share screenshot of from.

Regards,

Yash Agrawal

 

find_real_file.png

Yash Agrawal1
Tera Guru

Hello,

Please check that you have the submit button on the global table,so that it is visible on every table,

 If you don't have second record , then you need to create it explicitly.Please check and reply us back.

find_real_file.png

Regards,

Yash AGrawal

 

Willem
Giga Sage
Giga Sage

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:

find_real_file.png

 

 

Add your view and set to Include:

find_real_file.png

 

If this works, do for the Update button as well.