recordid: 3601<br />
--End custom parameter--
'''Object Type''' - Company<br />
'''Action Type ''' - Delete<br />
'''Field List''' - <br />
--Begin custom parameter --<br />
jsonrset : [{"recordid":"1924628"}]<br />
===Transaction===
<!--72195 - SmartConnect Function on Transaction Applied to prod for May 2019 Upgrade-->
Transaction should be [[Category:Transactions | configured]] before using this API function. Transactions can be attached to an object (Organization or User or UTA L1/L2).* <br /span style="color: #ff0000;">** Available after May 2019 upgrade.</span>
====Get Transaction Record====
'''Function Name''' - 3.03.6 Get Method Sample 4: Retrieve a Transaction Record from a Submission Manager L1<br />
'''Object Type''' - Submission Manager - Transactions<br />
'''Action Type ''' - Get<br />
'''Field List''' - sf_End Date;;sf_Description;;sf_Subject;;sf_Start Date;;sf_Status;;sf_Modified Date;;sf_Updated By;;sf_Created Date;;sf_Created By;;sf_Type;;sf_Transaction ID;;sf_Object ID<br />
'''Mandatory fields''' to get a transaction record:<br/>
recordid - the unique identifier from the transaction table.<br/>
recordid:2737992<br />
othersettings :<br />
--End custom parameter--<br/>
====List Transaction Record====
'''Object Type''' - Submission Manager - Transactions<br />
'''Action Type ''' - List<br />
'''Field List''' - sf_End Date;;sf_Description;;sf_Subject;;sf_Start Date;;sf_Status;;sf_Modified Date;;sf_Updated By;;sf_Created Date;;sf_Created By;;sf_Type;;sf_Transaction ID;;sf_Object ID<br />
--Begin custom parameter --<br />
sortby:<br />
othersettings :<br />
--End custom parameter--<br/>
====Update Transaction Record====
'''Object Type''' - Submission Manager - Transactions<br />
'''Action Type ''' - Update<br />
'''Field List''' - sf_Object ID;;sf_Subject;;sf_Status;;sf_Type<br />
'''Mandatory fields''' to add a new transaction record:<br/>
sf_Object ID - is the object(Organization, User, UTA L1/L2) the transaction would be attached to.<br/>
sf_Type - [[Transaction_Custom_and_Standard_Field_Types|Transaction Type]] of the transaction record.<br/>
sf_Status - [[Transaction_Status|Transaction Status]] of the transaction record.<br/>
--Begin custom parameter --<br />
jsonrset : [{"recordid":"0","sf_Object ID":"10697883","sf_Type":"2184","sf_Status":"82626","sf_Subject":"Test Transaction Record"}]<br />
--End custom parameter--<br/>
[[File:TransactionUpdate.PNG|800px]]
jsonrset : [{"recordid":"2737992"}]<br />
--End custom parameter--