Skip to main content
Here i want to sync salesforce community user and contact, when i made any changes like (FName,LName) from the user then contact is get updated(this is done by process builder). Now i want to reverse update when i do any changes on contact record my related user should get an update(using the Flow). how to do this please help into this topic
2 个回答
  1. 2019年1月29日 12:32
    create a process builder, to evaluate changes to the contact object, and if a relevant field (name, email) changes, proces  a record update to the related user record
0/9000