Pandora - Find Transaction

From SmartWiki
Revision as of 11:05, 26 June 2013 by Eoghan (talk | contribs)

Jump to: navigation, search

This function is used to find a Transaction record.

trans_find(flag,callback,transid,trltranslinkid,trlobjectid,fields,filter,order,start,end)
Parameter Description
Flag True or false, send synchronously or asynchronously.
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
fields The fields to return
Filter The criteria to apply on the return records.
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