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
Mark Smith 64Mark Smith 64 

Trail__c object could not be found

Hi Forum,

First-time on Trailhead, excellent platform for learning. However I'm stuck on an issue. The custom object looks fine, but I'm getting the error:
"All the expected custom fields for the Trail__c object could not be found."

The object and fields looks ok.  I have looked at other advice and it seems the Sys Admin has view access to the Custom Objects.
I'm hoping its something simple I've missed off...

Custom Object View for Trail

Any advice is greatly appreciated.

Kind Regards
Mark
 
Best Answer chosen by Mark Smith 64
Siva SakthiSiva Sakthi
Hi Smith,

You have created the Number Type as Distance,  

1. 
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'.

Change your field name Number into Distance then its working fine. 
 

All Answers

Siva SakthiSiva Sakthi
Hi Smith,

You have created the Number Type as Distance,  

1. 
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'.

Change your field name Number into Distance then its working fine. 
 
This was selected as the best answer
Mark Smith 64Mark Smith 64
How Silly!...  Thanks very much Siva for the quick response!.