function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ahmed ksaahmed ksa 

Problem in trailhead challenge

I have Created the Trail object with Description,Distance,Last Inspection Date fields as per the instruction, Iam able to see all the fields created in the Trail object,  But when i submit, it displays error stating
(Challenge Not yet complete... here's what's wrong:
All the expected custom fields for the Trail__c object could not be found.)

could you please help me out with this,
Sachin Chaudhary 15Sachin Chaudhary 15
Its because the fields you have created are hidden for you. Just make them visible from field level security.
Stefan GarciaStefan Garcia
Hello, 

I am having the same issue and I am still receiving the same error...?

I believe that the fields I have created are hidden.
  • How would I unhide the fields?   
Below is a screen shot for your refernce. Please let me know and thanks in advance!
  1. I have logged into DE
  2. I have created the Custom Object "Trail" 
  3. I have created the Custom Fields (i.e. Description, Distance, Last Inspection Date)
Screen Shot:

User-added image
Kit RobinsonKit Robinson
Stefan - I see that the API name of your Distance field is "Number__c" - you may either need to update this, or delet the custom field and make a new one with the API name "Distance__c" - it checks for the exact name when it is grading the challenge.
Amit Chaudhary 8Amit Chaudhary 8
Hi Stefan ,

Please delete "Distance" field and create same field again with Label "Distance" and API name "Distance__C" like belw screen shot.

User-added image

Please let us know if this will help you.

Thanks
Amit Chaudhary


 
Stefan GarciaStefan Garcia
Hello Amit, 

Perfect - that worked. 

Thanks for the assistance - I really appreciate it!

Stefan Garcia