Skip to main content

Hi All,

 

I have to inegrate asp.net page as client event in workflow. For that i had used Default client event in my workflow.Can you please let me know how i can pass addition parameter to that event. As paramer have querty string whcih needed to fetch records from SO on page load.

Hi there


 


The only way that you will be able to pass parameters through a Client Event to an ASP.NET page is if the parameters can be passed along as part of the URL. If you have extensive needs for information to pass between the workflow and your page, I would suggest using a SmartForm instead, as it can habe significantly more data passed into it.


 


Ian


Hi

Thanks for your reply. How i can pass value of those parameter as part of the URL.


Reply