Pandora - Current User’s Information
From SmartWiki
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.