cancel
Showing results for 
Search instead for 
Did you mean: 

input value must not exist already in odata

Former Member
0 Kudos

How can I validate the Input of a field for creating new data, comparing with duplikates already existing in odata?

I don't know how to handle the Information from odata model to compare values.

Many thanks

Chris

Accepted Solutions (0)

Answers (1)

Answers (1)

Sharathmg
Active Contributor
0 Kudos

Do you want to compare the user entered data with the data from backend?

If yes, then trigger the service and store the data from backend service into a local json model.

Then, compare the user data(input field) with the data in local json model.

If your scenario is completely different, then ignore the above lines. 😞

Regards,

Sharath