118
edits
Changes
no edit summary
==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)''
{| border="1"
!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.
[[Category: Pandora]]
This function is used to return a single record containing all the fields required for the current user.
''session_getuser(flag,callbackfunc,fields)''
{| border="1"
!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.
[[Category: Pandora]]