
Hey guys,
I have a problem with the datatype "Enum".
When I publish my extension I get the following error message:
SchemaUpdateMode=synchronize failed with code 422. Reason: Requested value 'Uniformity_rst' was not found.
I have created the following enum object:
The user should have same possibilites to choose.
And that is the mapping in my table:
Here I want to get back the value, the user has chosen earlier.
Do you have an idea where my mistakes are?
Thank you :)
Why this local variable caled Uniformity in the OnValidate trigger? Enums must be used like an Option field. If in the OnValidate trigger you want to assign the value to UniformityVal accordingly to the value selected in the Uniformity field by the user, you need to remove the local variable declared here.