Pandora - Update or Create Transaction Intersection to Level 1 or Level 2
From SmartWiki
(Redirected from Pandora - Update Transaction Intersection to Level 1 Entity)
This function is used to update or create an intersection table between a Transaction and a UTA Level 1 Record or Level 2 Record.
translink_add(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 |