• Resolved esowers

    (@esowers)


    Is there a way to filter the synced records by more than just record type? (ie we’d like to only pull contact records that have a checkbox checked). The Drupal 8 Salesforce Suite accomplishes this by allowing a SOQL statement to be written in the mapping setup.

    Just wondering if this was on the roadmap, or possible some way?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jonathan Stegall

    (@jonathanstegall)

    Currently the only way to do this would be with a developer hook. You can see a list of all the hooks and documentation here. I’m not sure how we might support that otherwise. I’m inclined to think I’d only support writing direct SOQL queries via a developer hook, but I guess it might be possible in the interface somehow. I’d be happy to see a pull request based on however Drupal is handling it these days.

    Plugin Author Jonathan Stegall

    (@jonathanstegall)

    I’m going to move this to GitHub as a feature request for now. I think it’s a good idea. I don’t have any info about when it might happen, but I do think it’s worth considering in the mid to longer term.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Filtered Record Sync’ is closed to new replies.