Hi,
I deal multiple issues with Field validation and enum fields. I can't say from which exact version because I did several upgrades at once.
First issue was that it was not possible to create Opportunity with hidden enum field (not required field). I fixed it temporary with adding empty option between enum values. (but we don't want to allow to choose empty value in certain phase)
Second issue is that I'm trying to create Case with REST API and I'm still getting {"messageTranslation":{"label":"validationFailure" ,"scope":null,"data":{"field":"type","type":"valid "}}}. It is again enum type and it is at all if I send a value or keep it empty. I have no temp solution for this.
Frantisek
I deal multiple issues with Field validation and enum fields. I can't say from which exact version because I did several upgrades at once.
First issue was that it was not possible to create Opportunity with hidden enum field (not required field). I fixed it temporary with adding empty option between enum values. (but we don't want to allow to choose empty value in certain phase)
Second issue is that I'm trying to create Case with REST API and I'm still getting {"messageTranslation":{"label":"validationFailure" ,"scope":null,"data":{"field":"type","type":"valid "}}}. It is again enum type and it is at all if I send a value or keep it empty. I have no temp solution for this.
Frantisek
Comment