Difference between revisions of "Pandora - Find Transaction"

From SmartWiki
Jump to: navigation, search
m
Line 1: Line 1:
 
This function is used to find a [[Transaction]] record.
 
This function is used to find a [[Transaction]] record.
  
  trans_find(flag,callback,transid,trltranslinkid,trlobjectid,fields,filter,order,start,end)
+
  trans_find(flag,callback,fields,filter,linkobjectid,linktype,order,start,end,prefix)
  
 
{| border="1"
 
{| border="1"
Line 10: Line 10:
 
|-
 
|-
 
|'''Callbackfunc''' ||Function to be used after the asynchronous function call.
 
|'''Callbackfunc''' ||Function to be used after the asynchronous function call.
|-
 
|'''transid''' || The transaction ID
 
|-
 
|'''translinkid''' || The transaction link ID (use 0 to create a new link)
 
 
|-
 
|-
 
|'''trlobjectid''' || The transaction link Object ID
 
|'''trlobjectid''' || The transaction link Object ID
Line 20: Line 16:
 
|-
 
|-
 
|'''[[Pandora Filter Examples|Filter]]''' || The criteria to apply on the return records.
 
|'''[[Pandora Filter Examples|Filter]]''' || The criteria to apply on the return records.
 +
|-
 +
|'''linkobjectid'''|| The transaction link Object ID.
 +
|-
 +
|'''linktype'''|| The transaction object Entity type.
 
|-
 
|-
 
|'''order''' || The field to be ordered by for the return records.
 
|'''order''' || The field to be ordered by for the return records.

Revision as of 15:43, 23 August 2013

This function is used to find a Transaction record.

trans_find(flag,callback,fields,filter,linkobjectid,linktype,order,start,end,prefix)
Parameter Description
Flag True or false, send synchronously or asynchronously.
Callbackfunc Function to be used after the asynchronous function call.
trlobjectid The transaction link Object ID
fields The fields to return
Filter The criteria to apply on the return records.
linkobjectid The transaction link Object ID.
linktype The transaction object Entity type.
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.

See Also