Custom Sync Filter Using Multiple Fields? | Community
Skip to main content
Level 2
October 8, 2025
Question

Custom Sync Filter Using Multiple Fields?

  • October 8, 2025
  • 1 reply
  • 336 views

Hello Everyone,

 

We're trying to prevent specified new leads in SFDC from syncing to Marketo until they are converted into active accounts. I understand you can create a custom sync filter to do this, but was wondering:

  1. Can this be done combining logic from 2 different fields? Ex:
    1. If unregistered_lead_c = True AND Account Status = Not Active, do not sync with Marketo
    2. If unregistered_lead_c = True AND Account Status = Active, sync with Marketo
  2. Can the logic to sync/not sync be based off of a specified status, or does it have to be a boolean field?

1 reply

SanfordWhiteman
Level 10
October 8, 2025

The filter field is expected to be a Boolean. You can manage that field with SFDC Flow/Apex to have it be the result of multiple contributing fields.

Lala-PenAuthor
Level 2
October 8, 2025

Got it. Just wanted to check if it was possible. Thank you!