You need to sign in to do that
Don't have an account?

Trailhead Lightning Superbadge : Automate fulfillment cancellation actions
My issue seems to be very strange. I have created this process and when I test it, it is updating the sales price to deposit amount as said in the requirement. But when the chellenge is checked it gives me error message:
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.
Chose the fullfillment object
have proper conditions:

and update the adventure package

I tested it and it seems to be updating the sales price to the diposit amount correctly:

but still on checking Chellenge I get the error:

completedly stumped!!! please let me know if anybody faced the same issue. any help.
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.
Chose the fullfillment object
have proper conditions:
and update the adventure package
I tested it and it seems to be updating the sales price to the diposit amount correctly:
but still on checking Chellenge I get the error:
completedly stumped!!! please let me know if anybody faced the same issue. any help.
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.
Please make sure to mark this post as solved if it helps you.
Best Regards,
Nagendra.P
All Answers
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.
Please make sure to mark this post as solved if it helps you.
Best Regards,
Nagendra.P
I have the same issue, but for me the Line Item ID does not appear in the filter condition...
Help!
I am also getting the same error. Have you find the workaround?
Thanks
Nirav
Please update Adventure Package object > Explorer__c field and set "Required" to false and check "Clear the value of this field. You can't choose this option if you make this field required." (details here https://developer.salesforce.com/forums?id=906F0000000kHdlIAE)
After that clone the process and "Line Item ID" option will be available so you can follow @Frank Mamone 13 steps.
Regards,
@Gancho
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: Delete failed. First exception on row 0 with id 003f40000050BfxAAE; first error: DELETE_FAILED, Your attempt to delete Sam the ninja could not be completed because it is associated with the following adventure packages.: null, null : []
Anyone knows what it means? The workflow appears to be working.
https://developer.salesforce.com/forums/?id=906F0000000kHdlIAE
Finally i cleared the below challenge
Please find the below ans for Superbadge
Lightning Experience Specialist Challenge no#4
Please follow the below Link.
@shashi kumar 58
https://developer.salesforce.com/forums/?id=906F0000000g0TbIAI
Shashi Kumar
Take a look at the awnser of Patrick McClellan at https://developer.salesforce.com/forums/?id=906F0000000kInmIAE
Good recap and explanation