Changes

Creating SmartConnect Functions

621 bytes added, 15:04, 30 August 2018
no edit summary
'''Object Type'''  -  Company<br />
'''Action Type '''  -  List<br />
'''Field List'''  -  sf_Company ID;;sf_Name;;sf_Address;;sf_Address 2;;sf_City;;sf_Country;;sf_State / Province;;sf_Zip / Postal Code;;cf_Mission Statement<br />
<u>'''Sample 2A'''</u><br/>
 sortby : <br />
 getstorevalue :<br />
 --End custom parameter--<br />
[[File:APIFunctionSample5c.PNG|800px]]
<u>'''Sample 2A2B'''</u><br/>
To retrieve a list of organizations with organization name that starts with "Br" and address that contains "Ave" with an ascending order based on the organization name.<br />
 --Begin custom parameter --<br />
 sortby : [{"field":"sf_Name","direction":"asc"}]<br />
 getstorevalue :<br />
 --End custom parameter--<br />
[[File:APIFunctionSample5d.PNG|800px]]
===== =====
=====Retrieve a list of claims=====
'''Function Name'''  -  x3.03.1.3 List Method Sample 3: CMS360° - Retrieve a list of claims<br />'''Object Type'''  -  xCast Management 360° - Case<br />'''Action Type '''  -  xList<br />'''Field List'''  -  xsf_Application Template Type;;sf_Customer;;cf_Claim;;cf_Nature of Injury / Comments on Claim;;sf_Activity List<br /> To retrieve a list of claims for those that are professors in profession sorted by organization name in descending order. --Begin custom parameter --<br /> criteria : [{"andor":"and","field":"cf_Nature of Injury / Comments on Claim","operator":"like","value":"%professor%"}]<br /> sortby : [{"field":"sf_Customer","direction":"desc"}]<br /> getstorevalue :<br /> --End custom parameter-- [[File:APIFunctionSample5e.PNG|800px]]
====List File====
Smartstaff
1,385
edits