Changes

Creating SmartConnect Functions

139 bytes removed, 14:47, 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/>
To retrieve a list of organizations with organization name that starts with "Br"<br /> --Begin custom parameter --<br data-attributes="%20/"> criteria : [{"andor":"and","field":"sf_Name","operator":"like","value":"Br%"}]<br data-attributes="%20/"> sortby : <br data-attributes="%20/"> getstorevalue :<br data-attributes="%20/"> --End custom parameter--<br />
[[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.<br /> --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--<br />
[[File:APIFunctionSample5d.PNG|800px]]
Smartstaff
1,385
edits