Difference between revisions of "Pandora - Find Transaction"
From SmartWiki
(Created page with 'This function is used to find a Transaction record. trans_find(flag,callbackfunc,translinkid,transid,objectid,linktype,recordset) {| border="1" !Parameter !Description |- …') |
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, | + | trans_find(flag,callback,trstatusid,trltranslinkid,trlobjectid,fields,filter,order,start,end,prefix) |
{| border="1" | {| border="1" |
Revision as of 09:51, 26 June 2013
This function is used to find a Transaction record.
trans_find(flag,callback,trstatusid,trltranslinkid,trlobjectid,fields,filter,order,start,end,prefix)
Parameter | Description |
---|---|
Flag | True or false, send synchronously or asynchronously. |
Callbackfunc | Function to be used after the asynchronous function call. |
translinkid | The transaction link ID (use 0 to create a new link) |
transid | The transaction ID |
objectid | Use the Opportunity ID for Level 1 or the Event ID for Level 2 |
linktype | use 23 to connect to Level 1 or 8 for Level 2 |
recordset | The recordset object containing the custom fields to be updated on the intersection table |