Hello,
I am in the process of completing the User Management: Control What Your Users Can Access module.
I have completed all the steps. However, when I go to step that requires me to:
- Create a muting permission set in the permission set group and name it Sales User Muted (API Name: Sales_User_Muted), I get the following message when trying to create the required muting permission set: "The API name you entered is already in use. Enter a unique API name."
I didn't create and can't find the API that is supposedly already exists. Also, the challenge won't work with a different name and API name. I've tried to create new playgrounds and get other error messages.
#Trailhead Challenges
I had exactly the same issue and error message on my playground for this same challenge, but I found what the problem was:
By mistake, I created a muting permission set not related to the permission set group. After realizing my mistake, I removed the muting permission set, but then I was not allowed to create the muting permission set under the permission set group with the same name. Most probably it's a bug on the platform.
The only way I was able to fix this is by creating a new playground and disconnecting the previous one, but that means it will be necessary to start the previous challenge of the same module again.
I am a member of Trailhead Help, Can you please check with the above suggestions and let us know if the issue still exists or is resolved? If it is resolved, please post the solution or mark any one of them above which helped you to resolve your query as it "Best Answer" to close this thread. If not, kindly provide a few more details of the badge along with the error message.
Thank You!
++TrailheadHelpFollowUp
try to create new Playground and retake this Challenge on it.
To do this:
1. Login Trailhead Site
2. Open "Hands-On Orgs"
3. Click "Create Playground"
After waiting a few minutes, a new Playground will be created.
!!! Also too, make sure that all Challenges from this topic are completed in the same Playground. Each subsequent Challenge builds on the previous one.
Sincerely,
Mykhailo Vdovychenko
Bringing Cloud Excellence with IBVCLOUD OÜ
Hello @Jonathan Scrocchi,
I created a new playground and was able to create a new permissions set that I assigned to a new contact I created with the name of "newuser". That was my workaround.
Hi ,
Run the following SOQL in the query editor of the developer console.
Record your ID.
select Id,DeveloperName,MasterLabel from MutingPermissionSet
Id starting from 0QM is MutingPermissionSet
Please replace the bold part with your ID
https://<your domain>/lightning/setup/PermSetGroups/page?address=%2F0QMIg000000k9bc
Change API name.