Changes

Creating SmartConnect Functions

35 bytes added, 19:36, 27 August 2018
02.1 List Method Sample 1: Retrieve a list of contacts
'''Field List'''  -  sf_User ID;;sf_First Name;;sf_Address;;sf_Address 2;;sf_City;;sf_Country;;sf_State / Province;;sf_Zip / Postal Code;;<br />
'''To retrieve a list of contacts where the first name begins with "J" and sorted by first name in ascending order''' <br />--Begin custom parameter --<br />criteria : [{"andor":"or","field":"sf_First Name","operator":"like","value":"J%"}]<br />sortby : [{"field":"sf_First Name","direction":"asc"}]<br />getstorevalue : <br />--End custom parameter--<br />
[[File:APIFunctionSample5a.PNG|800px]]
Smartstaff
1,385
edits