cancel
Showing results for 
Search instead for 
Did you mean: 

How To Validate Input Elements in Visual Composer?

Former Member
0 Kudos

Hi All,

In My Application Country Code Input Element.

When User Give Wrong Code .It Goes To Serer And Validate It.

But My Requirement is Whenever User Give Wrong Code To Input Field,They Does n't Allow It.

Please Give Where To Set Control Property's In VC.

Please Respond ASAP.

bYE

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

yes u can do this by adding a validation condition in its control propertis of that nput field with a condition.

And u can enter a message to display when a wrong country code entered.

Path:go to validation tab in the Control properties

Regards,

Govindu

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Subbarao,

As already the Experts have suggested you can get the validation tab in each UIelement properties. Give the validation rules that will control the validation as per your requirement. Otherwise, you can get the do this through calling the BAPI. That BAPI should be able to validate and you just have to capture the message from the BAPI to VC screens.

Regards,

Nutan

Former Member
0 Kudos

Subbarao,

You can do this in two steps. First by 'Validation' in your field. You could alert your user with a message. In second you validate your field with a condition between your form or table and BAPI.

Regards,

Gilson