"Insert and Stay" ootb button on custom table/custom application

Rocky5
Kilo Sage

Hello Folks,

I have created a custom table in custom app scope. but I don't see ootb 'Insert' and 'Insert and Stay' buttons on the form. aren't those available by default on custom app tables? how do I get it if I need them?

 

Thanks,

Rocky.

5 REPLIES 5

Runjay Patel
Giga Sage

Hi @Rocky5 ,

 

'Insert' and 'Insert and Stay' buttons are part of the default UI actions that are typically available for records in Out-of-the-box (OOTB) tables. However, if you’ve created a custom table in a custom application scope, these buttons may not appear by default. This can happen because the buttons are not automatically included in custom tables, especially if the custom table is scoped and doesn't inherit these UI actions from its parent application.

To resolve this and get the 'Insert' and 'Insert and Stay' buttons for your custom table, you can manually create or add the corresponding UI Actions.

 

Accept the solution if it helped.

Community Alums
Not applicable

Hi @Rocky5 ,

Go to sys_properties.list and then search for the property---glide.ui.task.insert Make sure the value is set to true for this property.

Community Alums
Not applicable

Hi Sandeep,

 

Enabling this property will show 'Insert and stay' button on all tables that are extending from 'task' table. Where it is getting displayed on 'RITM' table. Is there a way we can restrict this to only one table after enabling the property ? 

 

Thanks,

Rocky.