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
YA3 Vi4YA3 Vi4 

Create a formula field that determines if an account's SLA expiration date has expired.

Hi Friends, 

I am keep getting below error.
"Challenge not yet complete... here's what's wrong: 
The field 'SLA_Expired__c' does not exist"

But i have below Setup present.
User-added image

Can you let me know what is the thing which i need to correct.
Sandeep BhanotSandeep Bhanot
The challenge requires you to create that custom field (and formula field) on the standard Account object. Looks like you might have created a new custom object named Account and created those 2 fields on that object (vs using the standard Account object). For more details on the difference between standard and custom objects, check out this module - https://developer.salesforce.com/trailhead/module/data_modeling.
Hope this helps.
Sandeep 
YA3 Vi4YA3 Vi4
Thanks Sadeep. 
Darren DoudDarren Doud
I have this issue and I don't understand what the issue is. My syntax is working but when I check the challenge it fails. "Challenge not yet complete... here's what's wrong: 
The field 'SLA_Expired__c' does not exist"
I created the fields on my object in the custom fields
User-added image
YA3 Vi4YA3 Vi4

The challenge requires you to create that custom field (and formula field) on the standard Account object. Looks like you might have created a new custom object named Account and created those 2 fields on that object (vs using the standard Account object).
Darren DoudDarren Doud
I got it. Thanks
YA3 Vi4YA3 Vi4
if i helped you for right answer , then hit the BEST Answer please :)