Changes

Jump to: navigation, search

System Call

285 bytes added, 22:04, 25 March 2013
m
Added a note to add a ';' at the end of the system call if you have any javascript that follows that system call.
<pre><!--SysCall_function(@parameter 1@,@parameter 2@,@parameter N@)--></pre>
'''Note : ''' Multiple System calls can be embedded in the same script field.
== Triggering System Calls ==
*Objtype can be referenced to the integer value associated with the entity type (23, 18, 30, 40) or constants can be used such as levelone, level1, leveltwo, level2, levelthree, level3, contact, people, company. See [[Entity IDs]] for complete list of entity types.
 
'''Note: ''' If you are adding more javascript after the system call then add a semi-colon at the end of the system call to ensure that there are no script errors.
<pre><!--SysCall_workflow(@objtype@,@objid@,'myworkflow')@-->;
alert("Sytem call and alert work fine.");
</pre>
== Available System Calls ==
15
edits

Navigation menu