Hi @patel Ravi
I am from the Trailhead help team. May I request you please let us know if any of the above responses helped you resolve the issue? If yes, kindly share the solution that helped you resolve the issue or please make sure to mark the response which helped you to resolve your query as 'Best Answer' so that it might help the fellow Trailblazer's who are facing the similar issue.
Else, please let us know the Trailhead module/badge that you are working on so that we can go ahead and create a case on behalf of you and can assist accordingly.
Hi, @patel Ravi
This is a common mistake that occurs because many previous Challenges were held on the same Playground. Most likely, in one of the previous Challenges, there was a task to create a Trigger or Validation Rule, and now it is affecting your current task.
So, how can you solve this problem? There are three ways to resolve it.
I. Click Gear Icon --> Setup --> Object manager --> Oppurtunity --> Fields & Relationsships --> Close Reason --> Edit --> Picklist (Multi-Select) Options --> Deselect the checkbox “Restrict picklist to the values defined in the value set”.
II. You can go to the corresponding object and check if there are any related Validation Rules:
1. Click Gear Icon --> Setup --> Object Manager
2. Select Account object and from the left side menu click "Validation Rules":
There should be no Validation Rules here. If there are any, you need to deactivate/delete them.
Additionally, there might be a Trigger created. To view your list of Triggers, you can on the menu search field type "Trigger" and select "Apex Triggers":
Here you should also not have any triggers. If there are any, they can affect your Account object.
III. You can create a new Playground and complete this task there.
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 @patel Ravi,
Please check, if any other automation (validation Rule, trigger, flow) is activated on the Account object, if any then try to deactivate it.
If it is not working, then try in a new fresh org, it might be the existing record causing the issues in your org.
Divya Chauhan (Kcloud Technologies) Forum Ambassador
Hello@patel Ravi,
- check, is there any other automation (validation Rule, trigger, flow) is activated on Account object, if any then try to deactivate
- If not working, then try in new fresh org, it might be the existing record causing the issues in your org.
- https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007eqcbbSAA
4 answers