Changes

Creating SmartConnect Functions

1,672 bytes added, 15:31, 31 August 2018
no edit summary
'''Object Type'''  -  Company<br />
'''Action Type '''  -  Update Multiple Addresses<br />
'''Field List'''  - sf_Address;;sf_Address 2;;sf_City;;sf_State / Province;;sf_Country;;sf_Zip / Postal Code;;sf_Primary Address;;sf_Type;;sf_Type ID;;sf_Updated By;;sf_Last Modified;;sf_Object ID<br/>
<u>'''Sample 2A'''</u><br/>
'''Mandatory fields''' to add new records:<br/>
'''recordid''' -  to create new record, recordid should be '0'<br/>
'''sf_Object ID''' -  is the company [[Determining_the_companyid|Company ID]] where the address will be attached to.<br/>'''sf_Type ID''' -  multiple address type <br/>
--Begin custom parameter --<br />
[[File:APIFunctionSample6f.PNG|800px]]
 
====Update Associations====
=====Create/Update contact associations of a Level 1=====
'''Function Name'''  -  3.05.3.1 Update Associations Method Sample 1: update contact associations of an existing Level 1<br />
'''Description'''  - Create new records or update existing contact associated with an existing [[Category:Universal_Tracking_Application|Universal Tracking Application]] Level 1 record<br />
'''Object Type'''  -  Submission Manager - Grant<br />
'''Action Type '''  -  Update Associations<br />
'''Field List'''  - contacts.*
 
<u>'''Sample 3A'''</u><br/>
'''Description'''  - To create new user associated with an Submission Manager Level 1<br/>
'''Mandatory fields''' to add new records:<br/>
'''recordid''' -  is the [[Determining_the_companyid|Company ID]] where the user will be associated to.<br/>
'''isupdate''' -  "1" for yes and "0" for no <br/>
'''sf_Role ID''' -  association role of the user<br/>
 
--Begin custom parameter --<br />
jsonrset : [{"recordid":"8276165","contacts":[{"contactid":"3108577","rolename":"Meeting Participant","isupdate":"0"}]}] <br />
--End custom parameter--
 
[[File:APIFunctionSample6g.PNG|800px]]
 
<u>'''Sample 3B'''</u><br/>
'''Description'''  - To update association information of existing Submission Manager Level 1 record<br />
'''Mandatory fields''' to update records:<br/>
'''recordid''' - is the [[Determining_the_companyid|Company ID]] where the user will be associated to.<br/>
'''isupdate''' -  "1" for yes and "0" for no <br/>
 
--Begin custom parameter --<br />
jsonrset : [{"recordid":"8276165","contacts":[{"contactid":"3108429","rolename":"Signee Internal","isupdate":"1"}]}]<br />
--End custom parameter--
 
[[File:APIFunctionSample6h.PNG|800px]]
 
 
==='Download File'===
====Download File(s) from a company profile====
Smartstaff
1,385
edits