Changes

Jump to: navigation, search

Creating SmartConnect Functions

65 bytes added, 16:14, 11 October 2018
No summary
'''Field List'''  - companies.*
No parameters are needed to retrieve metadata.
 
<span style="color: #ff0000;">Available in November 2018 Upgrade</span>
'''Field List'''  - contacts.*
No parameters are needed to retrieve metadata.
 
<span style="color: #ff0000;">Available in November 2018 Upgrade</span>
'''Optional field'''<br/>
criteriavalue - when the [[Report|report]] has [[Setting_Text_Criteria_–_Logical_Operators_in_a_Report|text criteria]], values for the criteria(s) should be indicated in this field. If report contains multiple criteria, values should be delimited by double semi-colon eg. "VALUE_1;;VALUE_2".
 
=====A report query on the number of assessors grouped by specialty=====
'''Description'''  - A sample that will display the number of Assessors based on their specialty<br />
'''Field List'''  - sf_Name;;sf_Type ID;;sf_Status ID;;sf_Company ID;;sf_Person ID;;sf_Owner ID;;sf_Start Date;;sf_End Date;;cf_1523228
<u>'''Sample 1E'''</u>  '''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 />
sf_Type ID - assigned [[Determining_the_typeid#Level_1_Template|Type ID]] of the new UTA L1 record.<br />
--Begin custom parameter --<br />
jsonrset : [{"recordid":"0","sf_Type ID":"20654","sf_Status ID":"25178","sf_Name":"Test 1 Application","sf_Company ID":"1767970","sf_Person ID":"88159402","sf_Owner ID":"3108429","sf_Start Date":"2018-01-01","sf_End Date":"2018-12-31"}]<br />
--End custom parameter--<br />
[[File:APIFunctionUpdateUtaL1b.PNG|800px]]
<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 />
--Begin custom parameter --<br />
jsonrset : [{"recordid":"8276165","cf_1523228":"Change value of this custom field thru API function"}]<br />
--End custom parameter--<br />
[[File:APIFunctionUpdateUtaL1a.PNG|800px]]
Smartstaff
1,385
edits

Navigation menu