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
Akshay Kumar VaranasiAkshay Kumar Varanasi 

Problem when checking the challenge

I am getting this message : Challenge Not yet complete... here's what's wrong: 
All the expected custom fields for the Trail__c object could not be found. But I don't find any mistake. Can anyone please help
 
Best Answer chosen by Akshay Kumar Varanasi
Sachin Chaudhary 15Sachin Chaudhary 15
Hi Akshay Kumar Varanasi,


You are getting this error because the fields you have created are hidden for you. Just make them visible from field level security and you will able to complete your challenge.
Mark this as a best answer if you want :-).

All Answers

Vinod sanneboinaVinod sanneboina
can u say what challenge that is?
 Then we can find ur error easily...
praveen sonepraveen sone
@akshay: You may have created all the custom fields but there may be spelling mistakes in the fields. Please try to compare with the actual words given in the challenge.It should work. There is nothing wrong.
Akshay Kumar VaranasiAkshay Kumar Varanasi
This is the challenge in Data modelling to create custom object in developer beginner and I have checked the spelling as well but I did not find any mistake. 

''This challenge requires you to create a custom object with a few custom fields. This object will describe trail information for a park and hence will need to track name, distance and the last date it was inspected.Create a custom object with 'Trail' as the Label and Object Name. The resulting API name will need to be 'Trail__c'.
The Name field for Trail must be a Text type (not Auto Number).
Add a custom field to Trail of the 'Text Area (Long)' type, which has the field name and label 'Description' and a resulting API name of 'Description__c'. The field should have the default character length of 32,768.
Add a custom field to Trail of the 'Number' type (length of 3 and 0 decimal places), which has the field name and label 'Distance' and a resulting API name of 'Distance__c'.
Add a custom field to Trail of the 'Date' (not 'Date/Time') type, which has the field label 'Last Inspection Date' and name 'Last_Inspection_Date' and a resulting API name of 'Last_Inspection_Date__c'.''
Sachin Chaudhary 15Sachin Chaudhary 15
Hi Akshay Kumar Varanasi,


You are getting this error because the fields you have created are hidden for you. Just make them visible from field level security and you will able to complete your challenge.
Mark this as a best answer if you want :-).
This was selected as the best answer
Vinod sanneboinaVinod sanneboina

hi Akshay,
 FIrstly Create a custom Object Label Name Trail,plural label name as Trail__c,Next Object name as Trail,Record Name Should be Trail Name,
Data Type should be as Text.And  save.
And goto custom fields and relationships click on new and point on the Text Area(long) and next after that Field Label gives as Description and length should be 32,768 visible lines as 3 and field name also as a Description and give next after that on next page point on visible and next and save. 
on the next custom field, point on Number and next.And Field label and Field Name should be as Distance And Length is 3 and Decimal is 0 give as next visible and next and save.
Now another custom field Point on Date and next and Field label and Name as Last Inspection Date then next and save now see the custom fileds and relationfilds 3 records are visible then goto to the challenge page and click...

Mark this as a best answer if your challenge is solved:-).
Akshay Kumar VaranasiAkshay Kumar Varanasi
Thanks Sachin problem is solved when I did as you said.
Sachin Chaudhary 15Sachin Chaudhary 15
Anytime Akshay...:-)
Birochan Thapa 5Birochan Thapa 5
This answer from Akshay works.!!! Problem solved.

FIrstly Create a custom Object Label Name Trail,  "  plural label name as Trail__c  " Next Object name as Trail,Record Name Should be Trail Name,
Data Type should be as Text.And  save.
And goto custom fields and relationships click on new and point on the Text Area(long) and next after that Field Label gives as Description and length should be 32,768 visible lines as 3 and field name also as a Description and give next after that on next page point on visible and next and save. 
on the next custom field, point on Number and next.And Field label and Field Name should be as Distance And Length is 3 and Decimal is 0 give as next visible and next and save.
Now another custom field Point on Date and next and Field label and Name as Last Inspection Date then next and save now see the custom fileds and relationfilds 3 records are visible then goto to the challenge page and click...

Mark this as a best answer if your challenge is solved:-).
February 1, 2016
·