- πΊπ¦Ukraine Dishvola
Hey DamienMcKennam, why you are removed 'Pull query SOQL "Where" clause' option?
- $form['pull']['pull_where_clause'] = [ - '#title' => $this->t('Pull query SOQL "Where" clause'), - '#type' => 'textarea', - '#description' => $this->t('Add a "where" SOQL condition clause to limit records pulled from Salesforce. e.g. Email != \'\' AND RecordType.DeveloperName = \'ExampleRecordType\''), - '#default_value' => $mapping->pull_where_clause,
- πΊπΈUnited States wxactly
It looks like the extra pull_where_clause code was removed in https://git.drupalcode.org/project/salesforce/-/commit/d041e14e5e00c020e... so the patch in #12 was accidentally removing it again. Here's another reroll that leaves pull_where_clause alone
- πΊπΈUnited States DamienMcKenna NH, USA
Thanks for fixing the patch, wxactly.
-
AaronBauman β
committed 4d7e9fc5 on 5.0.x authored by
wxactly β
Issue #3213468 by gcb, DamienMcKenna, wxactly: Allow easy pull filtering...
-
AaronBauman β
committed 4d7e9fc5 on 5.0.x authored by
wxactly β
- Status changed to Fixed
over 1 year ago 2:41pm 3 August 2023 - πΊπΈUnited States AaronBauman Philadelphia
Committed, thanks for everyone's work on this
Automatically closed - issue fixed for 2 weeks with no activity.