Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property allows users to utilize 'Insert' and 'Insert and Stay' functionalities specifically for task derived tables, enhancing data entry efficiency. |
| What area does it affect? |
Task Management |
| What does the default mean? |
The default value is "false", which means this behavior is disabled by default. |
| When should you review it? |
Review this property when optimizing task entry workflows or adjusting user interface options. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ui.task.insert |
| Sys ID |
286c6af60a0a0a6600e2bbb626f115fd |
| Type |
boolean |
| Application |
Global |
| Default value |
false |
| Description |
Allow the use of the "Insert" and "Insert and Stay" options on task derived tables. |
| Updated |
2024-05-25 05:08:36 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... in a condition for the Insert and Stay UI action for configuration items listed in the UI Actions [sys_ui_action] table. See also Defining UI actions . current.canCreate() && (!current.instanceOf('task') || gs.getProperty('glide.ui.task.insert') == 'true') && (!current.instanceOf('sys_db_object')) && JSUtil.nil(RP.getParameterValue("sysparm_changeset")) RenderProperties - getReferringURL() Returns the URL where the request originated. © 2026 ServiceNow, Inc. All rights reserved. ServiceNow, the ServiceNow logo, Now, and other ...
Context preview
Snippet 2
... respective companies with which they are associated. 1208 new story is positioned right below the original story. The global rank of the new story is set accordingly. Note: Set the glide.ui.task.insert and glide.ui.advance properties to true to access these actions. These actions are not allowed on stories added from the triage board. Plan sprints Streamline your sprint planning and completion activities ...
Context preview
Snippet 3
... text as the default home screen icon label used in iOS version 6 and later. • Type: string • Default value: ServiceNow • Location: System Properties > Tablet UI Properties glide.ui.task.insert Enables (true) or disables (false) the use of Insert and Insert and Stay options on tables derived from Task (such as Incident, Change, and Problem). • Type: true | false ...
Related properties