Difference between revisions of "Pandora - Update or Create Transaction Intersection to Level 1 or Level 2"

From SmartWiki
Jump to: navigation, search
(Created page with 'This function is used to update or create an intersection table between a Transaction and a UTA Level 1 Record. translink_add(flag,callbackfunc,translinkid,transid,objectid…')
 
Line 19: Line 19:
 
|'''linktype'''|| The field to be ordered by for the return records.
 
|'''linktype'''|| The field to be ordered by for the return records.
 
|-
 
|-
|'''recordset'''|| The recordset object
+
|'''recordset'''|| The recordset object containing the custom fields to be updated on the intersection table
 
|}
 
|}
  
  
 
==Notes==
 
Fields = always the driver for created record set.
 
 
Filter = ‘lastname like 'y*'
 
 
Order = ‘lastname desc’
 
 
Start = 0 to 200 default = 0
 
 
End = 200 default = 200
 
  
 
[[Category:Pandora]]
 
[[Category:Pandora]]

Revision as of 15:14, 5 August 2010

This function is used to update or create an intersection table between a Transaction and a UTA Level 1 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 The Opportunity ID
linktype The field to be ordered by for the return records.
recordset The recordset object containing the custom fields to be updated on the intersection table