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
Chris RobisonChris Robison 

Trailhead Challenge - Process Builder

The challenge is to update contact mailing address fields when the parent account shipping address field values are updated.  For some reason, I am failing the challenge.  I have already verified that there are no validation rules active on my org that could be interfering with this.  Additionally, the process is definitely activated.  The first screenshot below shows my criteria for the action.  As you can see, I have it set to fire my immediate action if any of the parent account shipping addresses get changed.  

 User-added image

Second, in the next screenshot below you can see that my immediate action should be changing the mailing addresses to match the parent account shipping addresses.  Can someone please advise what I may be missing here?  The error message I'm getting from Trailhead says "An update to an account record failed to update the mailing address fields of all child contact records.  Make sure that the process is correct and that it is activated."
User-added image
Best Answer chosen by Chris Robison
Amit Chaudhary 8Amit Chaudhary 8
Please check below post for same issue
1) https://developer.salesforce.com/forums/?id=906F0000000B04EIAS
2) https://developer.salesforce.com/forums/?id=906F0000000B2B7IAK

User-added image


User-added image

Let us know if this wil help you

All Answers

Ajay K DubediAjay K Dubedi
Hi Chris Robison,
You have to make some changes according to below screenshot:

User-added image

Regards,
Ajay
Amit Chaudhary 8Amit Chaudhary 8
Please check below post for same issue
1) https://developer.salesforce.com/forums/?id=906F0000000B04EIAS
2) https://developer.salesforce.com/forums/?id=906F0000000B2B7IAK

User-added image


User-added image

Let us know if this wil help you
This was selected as the best answer
Katrenia HardestyKatrenia Hardesty
Hi, I am getting the same error but I can not make out your screen shots to see what I might be doing wrong.
Chris RobisonChris Robison
Thank you Amit!  In link #2 that you provided I was able to find Velma McConnell's post in that thread with the exact screenshots that got it to work!