Changes

Pandora - Locate a UTA Level 1 Entity

291 bytes added, 21:04, 28 August 2013
no edit summary
==Function Overview==
This function is used to return a recordset of level 1 {{l1}} item.
'' levelone_find(flag,callbackfunc,appid,fields,filter,order,start,end,prefix,specialfind,groupby)''
{| border="1"
|'''Callbackfunc''' ||Function to be used after the asynchronous function call.
|-
|'''[[appid]]''' || Application ID for the UTA.
|-
|'''Fields''' ||The field list to be retrieved.
|-
|'''Prefix'''|| Used by system to process fields across multiple entities.
|-
|'''specialfind'''||
|-
|'''groupby'''||
|-
| '''Returns''' || ssRecordSet object
|}
 
==Notes==
Prefix=??
Specialfind = ""
 
Groupby = lastname
 
==Example==
 
Filter base on status id
 
fields = "name,stageid,statusname"
 
filter="status.stageid IN (8958,9480)";
 
 
==See Also==
* [[Pandora Filter Examples]]
[[Category: Pandora]]
0
edits