cancel
Showing results for 
Search instead for 
Did you mean: 

Button Validation in VC?

Former Member
0 Kudos

Hi Experts,

I am having a button in iView.But I want to give some condition under that button action.How to do that in VC? Since VC is not allowing to write our own codes.

Regards,

Nutan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

all the Business logi shoul be in R/ 3 ..

u can do validations in submit by gng properties .

and u can put some default date format , picking dates ..

u can export and import .... some to excel sheet after preseeing ..

u dont need to write in Businees logic in submit button ...

Regards ,

Venkat P

Answers (3)

Answers (3)

Former Member
0 Kudos

All the conditions can be mentioned under the button properties.

Former Member
0 Kudos

Hi Nutan,

You can't condition on values outside your model.

But, you can have a web service test your database and return false or true as a response accordingly. Add start point to the WS and a form for the response (you can set the form's visibility condition to false). Now you can condition as I suggested.

Good luck,

Shay

Former Member
0 Kudos

Hi,

Double click the button to open the properties popup window.

Add the needed condition to the disable property in the general tab.

Hope it helps,

Shay

Former Member
0 Kudos

Hi Shay,

Thanks for your quick response but as per my requirement I need to write some database coding or bussiness logic.So please help.

Regards,

Nutan