Pandora - Update or Create Transaction Intersection to Level 1 or Level 2

Revision as of 15:13, 5 August 2010 by Cameron (talk | contribs) (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…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Revision as of 15:13, 5 August 2010 by Cameron (talk | contribs) (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…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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


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