Difference between revisions of "Pandora - Current User’s Information"
From SmartWiki
| Line 20: | Line 20: | ||
|} | |} | ||
| − | Notes | + | ==Notes== |
| − | Standard fields by name,'’firstname,lastname'’ | + | Standard fields by name,'’firstname,lastname'’ |
| + | |||
Custom fields by ID only CF_23454 | Custom fields by ID only CF_23454 | ||
| + | |||
Fields specified = recordset fields. | Fields specified = recordset fields. | ||
| + | |||
First field always ID. | First field always ID. | ||
| + | |||
Standard fields when field list empty. | Standard fields when field list empty. | ||
[[Category: Pandora]] | [[Category: Pandora]] | ||
Revision as of 13:26, 12 July 2010
Function Overview
This function is used to return a single record containing all the fields required for the current user.
session_getuser(flag,callbackfunc,fields)
| Parameter | Description |
|---|---|
| Flag | Asynchronous processing Flag.
Set to False for synchronous processing. Set to True for asynchronous processing. |
| Callbackfunc | User created Java function to manage the callback from an asynchronous function. |
| Fields | The field list to be retrieved. |
Notes
Standard fields by name,'’firstname,lastname'’
Custom fields by ID only CF_23454
Fields specified = recordset fields.
First field always ID.
Standard fields when field list empty.