0
edits
Changes
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)
{| border="1"
!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 [[opportunityid|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
|}
[[Category:Pandora]]
trans_find(flag,callbackfunc,translinkid,transid,objectid,linktype,recordset)
{| border="1"
!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 [[opportunityid|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
|}
[[Category:Pandora]]