Changes

Jump to: navigation, search

System Call

6 bytes added, 19:53, 11 February 2013
no edit summary
== Using System Calls ==
 
When using system calls you add the System Call references to a Browser Script type custom field. The syntax for each call is as follows:
The execution of the system call is controlled by the trigger that you set for the Browser Script field. The following triggers are supported.
 
* on Load - SysCall is executed by the server when page is requested (no JavaScript is required)
* on demand - SysCall is executed by the server when the user clicks a button on the page. **The button will be displayed for the browser script field when you select this type of trigger. **Note this is the only time the Browser Script field type has any visibility on a page.*on Save - SysCall is executed by the server when page is saved (no JavaScript is required). == System Call Examples ==
• Note this is the only time the Browser Script field type has any visibility on a page.
• on Save - SysCall is executed by the server when page is saved (no JavaScript is required).
System Call Examples
<!--SysCall_updatestatus(@objtype@,@objid@,'StatusName')-->
<!--SysCall_workflow(@objtype@,@objid@,'myworkflow')@-->
Smartstaff
311
edits

Navigation menu