Changes

Jump to: navigation, search

Creating SmartConnect Functions

6 bytes removed, 16:03, 13 March 2019
No summary
Parameters used are:<br />
''recordid'' = [[Determining_the_opportunityid|Opportunity ID]]<br />
''type'' = either '"contacts"' or '"organizations"' <br />
--Begin custom parameter --<br />
recordid: 8276165<br />
'''Description'''  - Update existing organization record<br />
'''Mandatory fields''' to update existing record:<br/>
recordid - is the [[Determining_the_companyid|Company ID]] an of existing organization to update. <br/>
--Begin custom parameter --<br />
jsonrset : [{"recordid":"1688403","sf_Name":"Change Company thru API"}]<br />
<u>'''Sample 1D'''</u><br/>
'''Description'''  - To update last name of existing user records <br />
'''Mandatory fields''' to update records:<br/>
recordid - is the [[Determining_the_userid|User ID]] of existing user.
<u>'''Sample 1E '''</u><br/>
'''Description''' - to add a new UTA L1 record <br />
'''Mandatory fields''' to add new records:<br />
recordid - to create new record, recordid should be '0'<br />
<u>'''Sample 1F'''</u><br />
'''Description''' - To update value of a custom field of an existing UTA L1 record. <br />
''' Mandatory fields''' to update existing records:<br />
recordid - is the [[Determining_the_opportunityid|Opportunity ID]] of existing record.<br />
<u>'''Sample 1G '''</u><br/>
'''Description''' - to add a new UTA L2 record <br />
'''Mandatory fields''' to add new records:<br />
recordid - to create new record, recordid should be '0'<br />
<u>'''Sample 1H '''</u><br/>
'''Description''' - to update existing UTA L2 record <br />
'''Mandatory fields''' to update a custom field "Payment Notes" of an existing records:<br />
recordid - is the [[Determining_the_eventid|Event ID]] of existing record.<br />
<u>'''Sample 2A'''</u><br/>
'''Description'''  - To create new multiple address for an existing company <br/>
'''Mandatory fields''' to add new records:<br/>
recordid -  to create new record, recordid should be '0'<br/>
<u>'''Sample 2B'''</u><br/>
'''Description'''  - To update address of existing multiple address record <br />
'''Mandatory fields''' to update records:<br/>
recordid - is the unique identifier from the Association table.
<u>'''Sample 3A'''</u><br/>
'''Description'''  - To create new user associated with an existing Submission Manager Level 1 <br/>
'''Mandatory fields''' to add new records:<br/>
recordid -  is the [[Determining_the_opportunityid|Opportunity ID]] where the user will be associated to.<br/>
<u>'''Sample 3B'''</u><br/>
'''Description'''  - To update association information of an existing Submission Manager Level 1 record <br />
'''Mandatory fields''' to update records:<br/>
recordid - is the [[Determining_the_opportunityid|Opportunity ID]] where the user will be associated to.<br/>
'''Action Type '''  -  Download File<br />
'''Field List'''  -
 
'''Mandatory fields''' to download a file:<br/>
filename - name of the file to be downloaded.<br/>
'''Action Type '''  - Delete<br />
'''Field List'''  -  
 
--Begin custom parameter --<br />
jsonrset : [{"recordid":"1924628"}]<br />
--End custom parameter--<br />
[[File:Delete_org.PNG|800px]]
--Begin custom parameter --<br />
jsonrset : [{"recordid":"88173129"}]<br />
--End custom parameter--<br />
[[File:Delete_user.PNG|800px]]
--Begin custom parameter --<br />
jsonrset : [{"recordid":"8276165"}]<br />
--End custom parameter--<br />
[[File:Delete_uta1.PNG|800px]]
--Begin custom parameter --<br />
jsonrset : [{"recordid":"10021111"}]<br />
--End custom parameter--<br />
[[File:Delete_uta2.PNG|800px]]
===Transaction===
 
 
 
 
==See Also==
[[SmartConnect_-_RESTful_API|SmartConnect - RESTful API]] <br data-attributes="%20/">
Smartstaff
1,385
edits

Navigation menu