Difference between revisions of "Pandora - Find Transaction"
From SmartWiki
m |
|||
(3 intermediate revisions by 2 users not shown) | |||
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, | + | trans_find(flag,callback,fields,filter,linkobjectid,linktype,order,start,end) |
− | {| | + | {| class="wikitable" |
!Parameter | !Parameter | ||
!Description | !Description | ||
Line 11: | Line 11: | ||
|'''Callbackfunc''' ||Function to be used after the asynchronous function call. | |'''Callbackfunc''' ||Function to be used after the asynchronous function call. | ||
|- | |- | ||
− | |''' | + | |'''fields''' || The fields to return |
|- | |- | ||
− | |''' | + | |'''[[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. | ||
Line 29: | Line 27: | ||
|} | |} | ||
+ | ==See Also== | ||
+ | * [[Pandora Filter Examples]] | ||
[[Category:Pandora]] | [[Category:Pandora]] |
Latest revision as of 09:37, 18 September 2015
This function is used to find a Transaction record.
trans_find(flag,callback,fields,filter,linkobjectid,linktype,order,start,end)
Parameter | Description |
---|---|
Flag | True or false, send synchronously or asynchronously. |
Callbackfunc | Function to be used after the asynchronous function call. |
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. |