Changes

Creating SmartConnect Functions

639 bytes added, 14:46, 30 August 2018
no edit summary
<u>'''Sample 2A'''</u><br/>
To retrieve a list of organizations with organization name that starts with "BRBr"
 --Begin custom parameter --<br data-attributes="%20/">
 criteria : [{"andor":"and","field":"sf_Name","operator":"like","value":"BRBr%"}]<br data-attributes="%20/">
 sortby : <br data-attributes="%20/">
 getstorevalue :<br data-attributes="%20/">
[[File:APIFunctionSample5c.PNG|800px]]
<u>'''Sample 2A'''</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.
 --Begin custom parameter --<br data-attributes="%20/">
 criteria : [{"andor":"and","field":"sf_Name","operator":"like","value":"Br%"},{"andor":"and","field":"sf_Address","operator":"like","value":"%Ave%"}]<br data-attributes="%20/">
 sortby : [{"field":"sf_Name","direction":"asc"}]<br data-attributes="%20/">
 getstorevalue :<br data-attributes="%20/">
 --End custom parameter--
 
[[File:APIFunctionSample5d.PNG|800px]]
 
===== =====
=====Retrieve a list of claims=====
'''Function Name'''  -  x<br />
Smartstaff
1,385
edits