You need to sign in to do that
Don't have an account?

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
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
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
Then we can find ur error easily...
''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'.''
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 :-).
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:-).
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
·