How to remove the code from the default value of a record Producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-17-2023 09:47 PM
Hi Everyone,
Use Case: In a record producer, I am having a variable with type as "Custom with Label" in that particular variable I have used one particular wizard.
And in the default section of the variable I have mentioned below codes:
{
"decimalPlaces":2,
"currencyPosition":"left",
"Xgrouping":"false",
"currencyCode":"EUR",
"Xcurrencies":"EUR,USD",
"preferredCurrencies":"CHF,EUR,USD",
"Xalign":"left",
"xvalue":100,
"xvalidations":{
"value > 0" : "Number must be > 0",
"value < 10000" : "Number must be <10000"
}
}
Due to this whole scenario when the record producer is loading to the Portal without making any changes when I tried to refresh the page then it is showing-- "Changes you made may not be saved"
Is there any way we can rectify this issue!!
Thanks in Advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-17-2023 10:37 PM
@Community Alums
what's the purpose of that default value in that variable?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-17-2023 11:00 PM
It is making the field set with default values.
Example:-