Changes

Jump to: navigation, search

Creating SmartConnect Functions

2,655 bytes added, 18:45, 7 December 2022
Link/Unlink Transaction Record from other objects
<u>'''Sample A - Link existing transactions to an existing L1'''</u><br/>
'''Function Name'''  -   Link Transaction Record to transaction record to an existing Submission Manager L1<br data-attributes="%20/"> '''Description'''  - Link existing company transaction record  record to an existing Submission Manager L1 record<br data-attributes="%20/">
 '''Object Type'''  -  Submission Manager - Transactions<br data-attributes="%20/">
 '''Action Type '''  - Link / Unlink<br data-attributes="%20/">
 '''Field List'''  -  sf_Object ID;;sf_Subject;;sf_Status;;sf_Type;cf_1235694;translevel  cf_5469887
'''Mandatory fields''' to add a new transaction record: <br data-attributes="/">
 sf_Object ID -  is the object(UTA L1 id) the transaction would be attached to.
 translevel -  what level in the UTA to link the transaction will be linked to.
sf_transaction ID -  is the existing transaction id.
islink -  action whether to link (value: 1) or unlink (value=0) the object to the transaction.
<span class="single_linebreak" style="background-color: lightgray;"><br class="Apple-interchange-newline">¶</span>  sf_Status  translevel [[Transaction_Status|Transaction Status]] of level in the UTA to link the transaction recordto.
 
  sf_ transaction id -  is the existing transaction record id.
 
 
  islink -  indicates to link the transaction to a record.
 
 
  cf_5469887 -  transaction custom field.
--Begin custom parameter --<br data-attributes="%20/">
 jsonrset : [{"recordid":"0","sf_Object ID":"1123456","translevel":"1","cf_1235694cf_5469887":"Test linking Transaction to SML1","sf_transaction id":"6165326","islink":"1"}]  --End custom parameter--  <u>'''Sample B - Unlink existing transactions to an existing L1'''</u><br data-attributes="/"> '''Function Name'''  -   Unlink transaction record to an existing Submission Manager L1<br/>  '''Description'''  - Unlink existing company transaction record from the Submission Manager L1 record<br/>  '''Object Type'''  -  Submission Manager - Transactions<br/>  '''Action Type '''  - Link / Unlink<br/>  '''Field List'''  -   '''Mandatory fields''' <br/>  sf_Object ID -  is the object(UTA L1 id) the transaction would be attached to.    translevel -  level in the UTA to link the transaction to.    sf_ transaction id -  is the existing transaction record id.    unlink -  indicates to link the transaction to a record.   --Begin custom parameter --<br/>  jsonrset : [{"sf_Object ID":"1123456","translevel":"1","sf_transaction id":"6165326","unlink":"1"}]  --End custom parameter--  <u>'''Sample C - Link existing transactions to an existing L2'''</u><br data-attributes="/"> '''Function Name'''  -   Link transaction record to an existing Submission Manager L2<br/>  '''Description'''  - Link existing company transaction record to an existing Submission Manager L2 record<br/>  '''Object Type'''  -  Submission Manager - Transactions<br/>  '''Action Type '''  - Link / Unlink<br/>  '''Field List'''  -  cf_5469887 '''Mandatory fields''' <br/>  sf_Object ID -  is the object(UTA L2 id) the transaction would be attached to.    translevel -  level in the UTA to link the transaction to.    sf_ transaction id -  is the existing transaction record id.    islink -  indicates to link the transaction to a record.    cf_5469887 -  transaction custom field.   --Begin custom parameter --<br/>  jsonrset : [{"recordid":"0","sf_Object ID":"50268865","translevel":"2","cf_5469887":"Test linking Transaction to SML2","sf_transaction id":"6165326","islink":"1"}]  --End custom parameter--  <u>'''Sample D - Unlink existing transactions to an existing L2'''</u><br/> '''Function Name'''  -   Unlink transaction record to an existing Submission Manager L2<br/>  '''Description'''  - Unlink existing company transaction record from the Submission Manager L2 record<br/>  '''Object Type'''  -  Submission Manager - Transactions<br/>  '''Action Type '''  - Link / Unlink<br/>  '''Field List'''  -   '''Mandatory fields''' <br/>  sf_Object ID -  is the object(UTA L2 id) the transaction would be attached to.    translevel -  level in the UTA to link the transaction to.    sf_ transaction id -  is the existing transaction record id.    unlink -  indicates to link the transaction to a record.   --Begin custom parameter --<br/>  jsonrset : [{"sf_Object ID":"50268865","translevel":"2","sf_transaction id":"6165326","unlink":"1"}]
 --End custom parameter--
Smartstaff
1,385
edits

Navigation menu