We have a customised form where user can insert new data in a sql-table. Is there any way to initiate a workflow when a user klick "Apply" in the form? - Any ideas?
you could calculate the URL that would cause the initiation and use that as teh NEXTURL parameter. What I have done in the past is to set the WF to initiate a workflow and then have the action of the submit button call a SAVE script on the server side (ASP/PHP/Perl etc) in a new window/iframe and then have the response from that submit the main form to start the workflow.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.