I keep getting this error " In the Laptop Pro Master Orchestration fulfillment workspace, we can’t find the ‘ShpOdr_ItemDel’ fulfillment step dependency definition. " in this trailhead https://trailhead.salesforce.com/content/learn/modules/complex-order-decomposition-and-orchestration-with-revenue-cloud/define-dependencies-and-fulfillment-scenarios
even though I do have ShpOder_ItemDel fullfillment step defined in the Laptop Pro Master Orchestration fullfillment workspace. Anybody having the same issue ?
#Trailhead Challenges
I had somehow generated multiple 'PickPck_ShpOdr' definitions and dependencies and could not see them in the UI. This was preventing the challenge check logic from finding the 'ShpOdr_ItemDel' dependency even though it existed.
Anyone stuck on this I suggest running these queries from dev console and try to spot any duplicate definitions that could cause an issue and deleting them all (duplicates and originals).
SELECT Id, Name FROM FulfillmentStepDependencyDef
SELECT Id, Name FROM FulfillmentStepDefinition LIMIT 200
If there is nothing obvious here - try deleting the Pick and Pack definition from that second query or from the UI and recreating them from the prior challenge :
- In the Inventory Management step group section, click + Add Step.
- In the New Fulfillment Step Definition window, add these details.
- Fulfillment Step Definition Name: Pick and PackCopy
- Step Type: Manual Task
- Assigned To: Your user record