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
Lisa GouldLisa Gould 

Trailhead: Create Custom Objects and Fields

Hi everyone,

I am trying to complete the challenge for the "Create Custom Objects and Fields" module as follows:

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

I did everything I am supposed to and for whatever reason, it keeps telling me when I click on "check challenge" that it doesn't see the Trail__c object I created (I also figured out the hard way that it adds the __c part automatically and that I didn't have to write it out manually). I tried deleting everything and redoing it, signing out of everything and signing back in and nothing works.  

If you know what to do, I'd really appreciate your advice!

Lisa
Rohit kumar singh 1Rohit kumar singh 1
Can You tell The challenge is of which module. Or can you send the link../
Rohit kumar singh 1Rohit kumar singh 1
In You  Trail__c object allow sharing and allow search. And Check for Plural name.
Lisa GouldLisa Gould
Yes thank you so much it is this one: https://trailhead.salesforce.com/force_com_admin_beginner/data_modeling/creating_custom_objects_fields also, what should the plural name be?
Lisa GouldLisa Gould
I tried again this morning and it worked! Thank you for your help though!!!
Rohit kumar singh 1Rohit kumar singh 1
If you problem is solved Then kindly like and mark it as solved so that salesforce can remove the junk question from its database..