cancel
Showing results for 
Search instead for 
Did you mean: 

EVS Validation

Former Member
0 Kudos

Dear Experts,

Is there a way which I can fire the validation check of an EVS?

I created and EVS for an input field in wdDoInit() and I assigned a value which is not within the enumeration in an inbound plug method. There is a button in the same page.

When I load this page and click on the button, there is no checking for the invalid value of the input field. However, when I remove (by "cutting" the value into the clipboard) and paste it back into the input before clicking the button, the page is able to check for the invalid value and produced an error message.

This means that the page was not able to fire the checking without interaction to this EVS input field. Is there any way I can force to make sure that the checking gets fired even there is no interaction?

Best Regards,

Alan.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Alan.

Check if the action that executes the button has the attribute 'Without Validation' unchecked.

Regards.

Gregory.

Former Member
0 Kudos

Dear Gregory,

Yes, the button has the attribute "Without Validation" unchecked.

Best Regards,

Alan.