You need to sign in to do that
Don't have an account?
Halo CEO
Lightning Process Builder Challenge in Trailhead
Hello All,
I keep getting this error on this question:
Challenge not yet complete... here's what's wrong:
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.
Screenshot:
https://www.dropbox.com/s/30lrmgz8zogxulf/Screenshot%202015-03-23%2016.09.38.png?dl=0
Screenshot 2:
https://www.dropbox.com/s/5wrdht63l18591b/Screenshot%202015-03-23%2016.10.57.png?dl=0
I have gone over this many times and I would appreciate any help to get through this challenge!!
Thanks!
I keep getting this error on this question:
Challenge not yet complete... here's what's wrong:
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.
Screenshot:
https://www.dropbox.com/s/30lrmgz8zogxulf/Screenshot%202015-03-23%2016.09.38.png?dl=0
Screenshot 2:
https://www.dropbox.com/s/5wrdht63l18591b/Screenshot%202015-03-23%2016.10.57.png?dl=0
I have gone over this many times and I would appreciate any help to get through this challenge!!
Thanks!
here is my process :
All Answers
here is my process :
I am also facing the same error over and over again even though I have tested it myself manually, the changes on the contact records happen as required. But when I submit the challenge, its says its
"Challenge not yet complete... here's what's wrong:
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."
Can anybody pls point whats wrong here. Thanks!
My screen shots of the process:
criteria:
actions:
Also, can someone explain why using Account.Parent values doesn't work. This is the second challenge in a row where I'm getting mixed up by the use of the term Parent in the instructions.
i am getting below error can .I have followed same steps provided by Emilien Guichard 16
you please help me on this
There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Update failed. First exception on row 0 with id 00128000004ekaGAAQ; first error: FIELD_CUSTOM_VALIDATION_EXCEPTION, dssf: []
Thanks
Anand
So I just kept adding steps...here are my screenshots
I'm having some issues with the Lightning process building challenge myself. Here is the error I've received:
Challenge not yet complete... here's what's wrong:
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.
Below are my screenshots of my critieria's, Any insight would be appreciated. I followed the precedence set by Velma that she had success with.
While setting the Contact field values you are using the reference of Account's Billing details. It should be Account's Shipping details. You can refer your criteria.
Hello,
I have the same error.
"Challenge Not yet complete... here's what's wrong:
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."
I have tried on many ways, used your ways too. I have deleted validation rule from past exercise, but still get this message.
Can anyone help me, please?
Thank you!
Ensure that you have set "choose object you want to start" to ACCOUNT, then select update when record is created or edited.
Then follow Velma's answer from above in the forum.
Step1 Go to the setup and type Process builder in the quick find box and click on.
Step2 Click on the New Button and fill the Process name, Then click on save button.
Step 3 Click on Add Object and select the Account object from the object lits.
Step 4 Click on Add Criteria and Enter some Criteria Name. Ex ZipcodeUpdate
Step 5 Slecte conditions are mate for Criteria for Executing Actions.
Step 6 Set Conditions EX.( [Account].ShippingStreet | Is changed | Boolean | True)
Step 7 Select conditions All of the conditions are met (AND)
Step 8 Save.
Step 9 Click on Add Action (Immediate Action)
Step 10 Type Action Name and select Records Contact ([Account].contacs)
Step 11 Select No criteria—just update the records! for Criteria for Updating Records then Set new field values for the records you update.
Step 12 Save
Step 13 And Click on Activate button.
Here the key issue is that we have select Shipping Address Fields. I have seen few of ths screenshots above where Billing Address Fields are used and that is the reason it is failing the challenge. Please check the fields you have used in criteria and update step.
I was having the same error issues and thought it was Trailhead. I then realized I had selected the wrong object to update on the Action. See the below screen shot for selecting 'Contacts' to update. Hope that helps some of the errors!
If you people have still problem then, I will give you demo for this, just send me your mail details on my mail sfdc.shashikant@gmail.com
Just go throw the link, you will get solution
Thanks
I am getting following error
Here are my screenshots. Thanks for any help you can provide!
I was able to solve this on a different environment a while ago, so I'm assuming something had changed.
I was troubled with the same problem for a long time.
I solved it by recreating the process on the new Playground.
If all the settings are correct but you can not clear this challenge, try in new Playground.
thanks.
Just go through this video, you will get the exact processs.
https://www.youtube.com/watch?v=9Fp2naavRb0
Thanks,
My problem was already resolved.
But this video is usefull for all, thanks :)
Finally, I just created a new process. The sequence of the criteria doesn't match the sequence of the update. And, neither of the sequences match the challenge. My old process is still in my playground, and it is inactivated. If I reactivate it, it still doesn't work. HOWEVER, I did try cloning the one that passed the challenge and removing geo loc, lat, long (sequence 3, 4, 5 in the working version). It FAILED the challenge. I added them back as sequences 6, 7, 8; and it worked. Call me crazy...
"Challenge Not yet complete... here's what's wrong:
There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Insert failed. First exception on row 0; first error: CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY, ExampleTrigger: execution of AfterInsert caused by: System.EmailException: SendEmail failed. First exception on row 0; first error: INVALID_ID_FIELD, ID is invalid or you do not have access to the record.: [toAddresses, Your email address] Class.EmailManager.sendMail: line 13, column 1 Trigger.ExampleTrigger: line 5, column 1"
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.
To solve this: I have created a new play ground and tried what I was doing in my old play ground. Just make sure we have to deactivate the validation rules in accounts and contacts if any. Thats all. My advise , never try in the old trail head, it did not solve for me at all.
We have to create Process builder on Account because we checks the changes on Account.
Check if there is any change in the shipping address(Street, City, State, Post Code, Country) of Account and if there is any change in any of them field we set boolean is true.(All these condition are in AND condition).
Finally we update Contact mailing address fields (Street, City, State, Post Code, Country) by taking the reference of its Account(Parent).
Dont forget to maintain the order of fields.
Finallly PASSED the challenge and the field order was the problem. Like robin said above, use the order Street, City, State, Postal Code, Country.
Account Shipping Address info > Contacts Mailing address info
cheers -s
Finally cleared the challenge, by changing the environment in TrailHead.
Also, follow the below link by Shashikant Pandey
https://www.youtube.com/watch?v=9Fp2naavRb0
I'm getting same error
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.
@Harini
I also follow the same link which one provided by but still getting error for that
Please help me out anyone
Finally after trying and re-creating this it turns out all I had to do was de-activate the stupid validation rules I had on Account and Contact objects
This really needs to be highlighted on the Trailhead site on this challenge - it will save a lot of frustration for users as this error has been popping up for 6 years or more now.