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 controls whether the form automatically scrolls to show field error or info messages when they occur. |
| What area does it affect? |
Form User Interface |
| 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 troubleshooting form message visibility or adjusting user experience settings. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ui.scroll_to_message_field |
| Sys ID |
fb4d58940a0a0bed47c651630443cbee |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Scroll the form down to field error or info messages. |
| Updated |
2024-05-25 04:06:05 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... 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. 201 The global property glide.ui.scroll_to_message_field controls automatic message scrolling when the form field is offscreen (scrolls the form to the control or field). Method Detail Method Detail Parameters Example showFieldMsg(input, message, type, [scrollform]) • input ...
Related properties