Difference between revisions of "Pandora - Create UTA Level 1 Recordset (HTML)"

From SmartWiki
Jump to: navigation, search
(Created page with ' levelone_list(flag,callbackfunc,appid,fields,filter,html,order,start,end,cfidused) {| border="1" !Parameter !Description |- |'''Flag'''||True or false, send synchronously or as…')
 
 
Line 9: Line 9:
 
|'''Callbackfunc''' ||Function to be used after the asynchronous function call.
 
|'''Callbackfunc''' ||Function to be used after the asynchronous function call.
 
|-
 
|-
|'''appid'''||
+
|'''[[appid]]''' || Application ID for the UTA.
 
|-
 
|-
 
|'''Fields''' ||The field list to be retrieved.
 
|'''Fields''' ||The field list to be retrieved.

Latest revision as of 11:56, 9 August 2010

levelone_list(flag,callbackfunc,appid,fields,filter,html,order,start,end,cfidused)
Parameter Description
Flag True or false, send synchronously or asynchronously.
Callbackfunc Function to be used after the asynchronous function call.
appid Application ID for the UTA.
Fields The field list to be retrieved.
Filter The criteria to apply on the return records.
html HTML template to be used in populating return data.
Order The field to be ordered by for the return records.
Start The index of the first record to be returned from the record set retrieved based on the filter.
End The index of the last record to be returned from the record set retrieved based on the filter.
cfidused Custom fields ID used in this record set (to improve performance)