You can choose to sync any object, but you will need to choose the correct object when you create the sync table. For this example, we included the “Case” records object type for the example sync table below.
Where to add SOQL filtering
You can either name the formula and then reference the formula or you can copy/paste the full SOQL statement in the Filter field shown below.
Choose the ObjectType:
[]
NOT?
Field
Operator
Value
Join
NOT?
Field
Operator
Value
Join
1
Case Type
=
Electrical
AND
2
Closed Date
>=
N_YEARS_AGO:5
AND
3
NOT
Contact Email
LIKE
%edge.com
There are no rows in this table
Type = 'Electrical' AND
ClosedDate >= N_YEARS_AGO:5 AND
(NOT ContactEmail LIKE '%edge.com')