cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi

We are trying to validate a field in VC UI.

Validation required is the entered value should be part of an output list of a webservice executed.

In detail: a webservice is executed at page load which returns a plant list.

Now when a user fills in the field for plant input, it should not allow any value which is not returned by the webservice.

I am trying to use the validate field option at the bottom of the layout for the field properties.

But no clue on how to use this service, not triggering it every time a value is entered.

Lavanya

0 Likes
View Entire Topic
Former Member
0 Likes

The value in the text boxonce validated it gets added ot a table.

If I pad the value of the text box that is how it will be displayed and the added to the table, but the users do not want to see extra zeroes.

Is there a way to temperorily store the value with zeroes, validate and then add it to the table as it is.

One way could be to put a hidden text box to store the temp value, any other smart way?