cancel
Showing results for 
Search instead for 
Did you mean: 

EVS Error Message Customization

Former Member
0 Kudos

Hi,

i am using EVS. when i entered something in input box and clik on the next button then if the string does not match the enumeration then this error message is displayed.

<b>String "XXXXXX" does not match the enumeration</b>

is there any way to modify this error message.

Accepted Solutions (0)

Answers (1)

Answers (1)

BeGanz
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Bunny,

this is the generic validation error message given by the Data Dictionary Runtime. You cannot modify this error message with a custom error message unless you deactivate the generic validation with a non-validating action. But then you must implement the complete type validation on your own, only for displaying another validation error message. I do not recommend this approach. Why does the generic message not fulfill your requirements.

Regards, Bertram

Message was edited by: Bertram Ganz

Valery gave the same answer on this issue

Former Member
0 Kudos

Hi Ganz,

Can you please provide me with the Steps in doing that.