Hi,
In my projects I need to auto-populate my Start Event form with data. The only two ways that I know so far it is possible is: first by using getQueryStringParameter function, and second by using a Data Lookup control. With the second method I can load my drop down list from a SharePoint, and also filter the response with a local variable. I was hoping that there was a way of doing similarly from SQL Server.
Is it possible to achieve?
Regards.