function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Thomas DeselmsThomas Deselms 

Can I update a standard object field through the editing of a custom object field with process builder and flows?

I have a custom object called Application which has a picklist field on it called Status. The Application object has a lookup field to Contact and Campaign. When the status field is changed in Application, I want the status field to change on the Campaign Member object.

Example:
Billy applies to a program. Salesforce creates a campaign member record and an application record for him. When the application record is designated as Denied, the campaign member record should be designated as Rejected.

How can I do this with process builder and flows?