cancel
Showing results for 
Search instead for 
Did you mean: 

Working with DropDown event in Visual Composer

Former Member
0 Kudos

Dear SDN's,

I am working with the dropdown list in Visaul composer.

I am having a scenario like,

I am getting a table of rows from a output of one RFC, in the output table i have a dropdown field whose value can be changed at runtime.I want to pass the value hcanged and the corresponding row as an input to the other RFc.

Current Approach:

I have used a select event from the output port of table to the input port of other RFC. so it is taking the values of that row by selecting the row itself but i want to trigger the RFC after change the value in the dropdown list.

How to do this.Pls suggest me the needful as early as possible,.

Your help will be appreciated.

Regards,

Sireesha.B

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I think you need to create a button in the table control and make it a Submit event. Only then it will be triggering the RFC.