Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
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
Solved! Go to Solution.
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
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