Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Nexturl in a SQL based Form

Status
Not open for further replies.

kangoo9

Technical User
May 4, 2004
3
DE
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top