How to remove the code from the default value of a record Producer

Community Alums
Not applicable

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

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@Community Alums 

what's the purpose of that default value in that variable?

 

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Community Alums
Not applicable

It is making the field set with default values.
Example:-

default.png