Skip to main content
16-Pearl
July 30, 2020
Solved

Service invoke on button click

  • July 30, 2020
  • 1 reply
  • 1282 views

Hi,

I am looking to execute service on button click but its executing after selecting required parameter from Dropdown.

requirement is ..i need to submit 'year' as a parameter to service , but when i select year from dropdown then only service gets executed instead it should be on button click. 

 

binds selected row of years to service parameter, 

 

thanks

 
 
 

 

 

 

Best answer by mnarang

I believe you want to select an year from drop down and after selection you want to click a submit button and take that year as an input to a service and execute it. For this take input (Year) from Selected Row(s) but execute the service on button click event instead of selected row changed event.

 

 

 

Thanks,

Mukul Narang

1 reply

mnarang5-Regular MemberAnswer
5-Regular Member
July 30, 2020

I believe you want to select an year from drop down and after selection you want to click a submit button and take that year as an input to a service and execute it. For this take input (Year) from Selected Row(s) but execute the service on button click event instead of selected row changed event.

 

 

 

Thanks,

Mukul Narang