Difference between revisions of "Pandora - Retrieve Current User’s Organisational Information"
From SmartWiki
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
This function is used to return a single record containing all the fields required for the current user’s organisation information. | This function is used to return a single record containing all the fields required for the current user’s organisation information. | ||
− | + | session_getcompany(flag,callbackfunc,fields) | |
Line 16: | Line 16: | ||
|'''Fields''' ||The field list to be retrieved. | |'''Fields''' ||The field list to be retrieved. | ||
|- | |- | ||
− | | '''Return''' || | + | | '''Return''' || ssRecordSet object |
|} | |} | ||
Latest revision as of 09:20, 6 August 2010
Function Overview
This function is used to return a single record containing all the fields required for the current user’s organisation information.
session_getcompany(flag,callbackfunc,fields)
Parameter | Description |
---|---|
Flag | True or false, send synchronously or asynchronously. |
Callbackfunc | Function to be used after the asynchronous function call. |
Fields | The field list to be retrieved. |
Return | ssRecordSet object |