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
RAVALI POOSARLA 8RAVALI POOSARLA 8 

Lighting Experience Specialist (challenge 6)

 Stuck in challenge 6.Can anyone help me clearing this error User-added image
NagendraNagendra (Salesforce Developers) 
Hi Ravali,

Please follow the below steps to clear challenge 6 in this super badge.

Object: Fulfillment

Entry Criteria: [Fulfillment__c].Status__c = Cancelled AND [Fulfillment__c].Schedule_Date__c > TODAY()

Immediate Actions: 
Based on [Fulfillment__c].Opportunity.OpportunityLineItems


Field Update Filter condition : 
Line Item ID  equals Formula [FullFillment__c].AdventurePackageId__c

Field to Update :
Sales Price equal to [Fulfillment__c].Deposit__c


There may be a chance that you will end up failing challenge due to contact delete error. Refer this link :
https://developer.salesforce.com/forums?id=906F0000000kHdlIAE

Kindly double check these steps before validating the challenge.

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 trailhead doing to test our work in background :
https://developer.salesforce.com/forums/ForumsMain?id=906F0000000kIudIAE

So you can check where their test is failing.

Last but not least make sure that you are using a brand new developer org in order to validate the challenge.

Please mark this as best answer if it helps.

Best Regards,
Nagendra.P
NagendraNagendra (Salesforce Developers) 
Hi Ravali,

When you try to update the data, you may face this issue. Kindly check the user profile and check whether the user has access to update that record. Even if the user has access, kindly check whether the user has access to update fields like record types.

Troubleshooting steps: 
  1. Check the user Profile.
  2. Profile need to have access for the record types.
Marked it as solved if it's resolved.

Best Regards,
Nagendra.P