Problem/Motivation

Sometimes you make a change to your mapping behavior, and you want to update existing synced records. Trigger a general pull is somewhat easy as you can reset the sync date, but triggering push generally involves re-saving objects, which can come with a lot of other activity. It would be nice to just be able to trigger a salesforce update push using VBO.

Issue fork salesforce-3231850

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

gcb created an issue. See original summary.

gcb’s picture

gcb’s picture

StatusFileSize
new1.95 KB

Here's a patch that applies to 8.x-4.x or 5.x. Needs some polish. The branch has it as well.

gcb’s picture

Assigned: Unassigned » gcb
gcb’s picture

StatusFileSize
new2.11 KB

A slightly more robust version in case you end up with an orphaned mapping.

aaronbauman’s picture

Status: Active » Needs review

  • aaronbauman committed d74bd17a on 5.1.x
    feat: #3231850 Bulk Operation for SF Push/Pull of entities
    
    By: gcb
    
aaronbauman’s picture

Status: Needs review » Fixed

Merged, thanks for your work

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • aaronbauman committed d74bd17a on sniff-test
    feat: #3231850 Bulk Operation for SF Push/Pull of entities
    
    By: gcb
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.