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 sets the confirmation message format for entity value verification, allowing customization of user prompts during interactions. |
| What area does it affect? |
User Interaction Messages |
| What does the default mean? |
The default value is "We have {0} as {1}, is this correct?", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when updating user prompts or improving the confirmation process. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.cs.retry_question_message |
| Sys ID |
9b137fe63b2033009cbbcea234efc4e3 |
| Type |
string |
| Application |
Global |
| Default value |
We have {0} as {1}, is this correct? |
| Description |
Message that will appear when requester has to confirm the value of an entity |
| Updated |
2024-05-25 03:39:05 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... Use multiple choices in the Dynamic Choice list node to avoid receiving this message. You can also alter the message content by navigating to ALL > sys_properties.list and editing the glide.cs.retry_question_message system property. This message value is by default a string We have {0} as {1}, is this correct? and is used for slot-filling in multiple cases outside the Dynamic Choice ...
Related properties