Hi I keep running into an error which states its unable to find the permission set "Sales Contracts". But I've already created it (as shown in the second screenshot)
#Trailhead Challenges
5 件の回答
Hi Kavita,
Confirmed from the official Trailhead unit content: for the "Sales Contracts" permission set to satisfy the checker, it needs Read, Create, Edit, and Delete on the Contracts object, not just some of those. Reference:
https://trailhead.salesforce.com/content/learn/modules/permission-set-groups/create-a-permission-set-groupSo double-check: Setup > Permission Sets > Sales Contracts > Object Settings > Contracts, and confirm all four (Read, Create, Edit, Delete) are checked, not just Read/Edit. A partial match (e.g., only Read+Edit) is likely why the checker still fails even though the permission set exists.