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
Alexandre Menezes 8Alexandre Menezes 8 

Superbadge: Lightning Experience Specialist Step 6

I'm with this error in challenge 6, I've searched the forum a lot but I didn't find a solution to my problem. Apparently my process is correct.

Error:

Challenge Not yet complete... here's what's wrong: 
The Fulfillment Cancellation Automation process does not appear to be working properly. Make sure that a cancelled Fulfillment updates the Adventure Package correctly.

Process Builder:

User-added image

User-added image

User-added image
Ajay K DubediAjay K Dubedi
Hi Alexandre,
Please doble check the steps. Especially Field Update Filter condition : 
Line Item ID  equals Formula [FullFillment__c].AdventurePackageId__c.

Also check debug logs when you check the challenge.
Refer this post to check what the trialhead doing to test our work in background :
https://developer.salesforce.com/forums/ForumsMain?id=906F0000000kIudIAE

So you can check where their test is failing.


I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.
Thanks,
Ajay Dubedi