Changes

Jump to: navigation, search

Creating SmartConnect Functions

3 bytes removed, 19:41, 27 August 2018
02.1 List Method Sample 1: Retrieve a list of contacts
sortby : [{"field":"sf_First Name","direction":"asc"}]<br />
getstorevalue :<br />
--End custom parameter--<br />
[[File:APIFunctionSample5a.PNG|800px]]
'''Sample 1B: To retrieve a list of contacts where the first name begins with "S" and the address contains "Peter" and sorted by first name in ascending order''' <br />
--Begin custom parameter --<br />
criteria : [{"andor":"or","field":"sf_First Name","operator":"like","value":"S%"},<br />{"andor":"and","field":"sf_Address","operator":"like","value":"%Peter%"}]<br />
sortby : [{"field":"sf_First Name","direction":"asc"}]<br />
getstorevalue :<br />
--End custom parameter--<br />
[[File:APIFunctionSample5b.PNG|800px]]
Smartstaff
1,385
edits

Navigation menu