cancel
Showing results for 
Search instead for 
Did you mean: 

validate the variable entry

Former Member
0 Kudos

Hi. VC guru's.

I would like know some information regarding

Data Validation from you.

1) How to validate the variable entry in VC. Example: user should not be able to submit

The queries without selecting a value for all fields.

and If he enters some invalid values, Then system has to throw an error.

For Example :: If we give 'Material' name is invalid then the system has to show a system message u201C invalid variable inputu201D .

Please tell me how to do it.

I know that we can give it on validation in control properties. But I would like to know for which

field we have to give and what is the condition. Please provide me solution.

No need to worry about points.

Thanks and Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You had asked To which filed we have to give and what condition Right?

For which field you want to validate Enter the validation that Filed and The conditions are according to the your requirement.

For Example.

In a Input if you Enter any input which Ends with 5 then it should show some Error message

then you have to Use "Ends with" Option as Condition and "5" as value , Message " Ends with 5"

If you Upgrade to EHP1 then you can get the Hard validation option which will stop the Execution Flow if the validation validation fails

Thanks

Govindu

Former Member
0 Kudos

Hi. Experts.

Can you people send some views on how to give

data validation. Means If you don't enter all values, you should not get the result.

Thanks and regards

Edited by: kumar prabhakar on Nov 6, 2008 12:51 PM