Pandora - Find Transaction
From SmartWiki
Revision as of 09:50, 26 June 2013 by Eoghan (talk | contribs) (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 |- …')
This function is used to find a Transaction record.
trans_find(flag,callbackfunc,translinkid,transid,objectid,linktype,recordset)
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 |