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 determines whether users can personalize forms in ServiceNow, impacting how they interact with the platform. |
| What area does it affect? |
User Interface Customization |
| What does the default mean? |
The default value is "true", which means this behavior is enabled by default. |
| When should you review it? |
Review this property when adjusting user interface settings or troubleshooting form personalization issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ui.personalize_form |
| Sys ID |
cc6d4608d7032100b0b044580e610306 |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
|
| Updated |
2024-05-25 04:06:09 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... of ServiceNow, Inc., in the United States and/or other countries. Other company names, product names, and logos may be trademarks of the respective companies with which they are associated. 104 glide.ui.personalize_form Enables the Personalize Form menu. • Type: true | false • Default value: true • Location: System Property [sys_properties] table glide.ui.personalize_form_role Determines which roles can access the Personalize Form menu. ...
Context preview
Snippet 2
... Configure automatic resizing Configure fields to display multiple lines of content automatically without scrolling. Configure Personalize Form access Configure which roles can access the Personalize Form menu by using the glide.ui.personalize_form_role system property. Disable Personalize Form Disable the Personalize Form menu by using the glide.ui.personalize_form system property. Configure advanced view rules Use client scripts to determine who can view a form ...
Related properties