Changes

Trigger a Workflow from a Custom Browser Script

348 bytes added, 13:57, 13 May 2010
no edit summary
'''NOTE''': For [[Workflow|workflows]] triggered by a [[Browser Script]] within a [[UTA]] you should set '''Trigger When''' to '''--Deactivate--''' rather than selecting a [[Status]].
 
==Example==
To create a button that triggers a workflow:
 
Create a [[Custom Field Type: Display Only – Text or System Object|Display Only - Text or System Object]] Custom Field. In the '''Text/Link:''' section include the following:
<input type="button" class=Button value="Button Label" onClick="_triggerwf('@eventid@',''workflowid'',26);"/>
 
0
edits