cancel
Showing results for 
Search instead for 
Did you mean: 

Submit Form Automatically

Former Member
0 Kudos

I have a form with two drop down boxes on it. Once the user selcts the second drop down box, I want to have the form submitted, without making the user click a submit button.

Can anybody help with this?

Thanks,

Kevin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kevin,

Go to the Layout tab, take the properties of the second dropdown box by right clicking, in the property window click the "Action" tab, select the Action type as "System action" & Apply to as "Self". Save, deploy & execute your VC application, hope your problem is solved.

Regards,

Shemim

Answers (1)

Answers (1)

Former Member
0 Kudos

Kevin,

Assign the system action 'Submit form' to the dropdown box. You could then raise the submit event and feed this to another iView or bapi as reqd. hope this helps.

Prachi