Difference between revisions of "Pandora - Current User’s Information"

From SmartWiki
Jump to: navigation, search
Line 3: Line 3:
 
This function is used to return a single record containing all the fields required for the current user.
 
This function is used to return a single record containing all the fields required for the current user.
  
''session_getuser(flag,callbackfunc,fields)''
+
session_getuser(flag,callbackfunc,fields)
  
 
{| border="1"
 
{| border="1"

Revision as of 10:20, 6 August 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.