Changes

Creating SmartConnect Functions

6 bytes added, 14:12, 30 August 2018
no edit summary
'''Field List'''  -  sf_User ID;;sf_First Name;;sf_Address;;sf_Address 2;;sf_City;;sf_Country;;sf_State / Province;;sf_Zip / Postal Code;;
'''======Sample 1A: ======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 />
[[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 />
Smartstaff
1,385
edits