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
deepthi nukaladeepthi nukala 

struck in "Using Formula Fields" in admin intermediate

This is the error i am getting in the challenge.
"Challenge Not yet complete... here's what's wrong: 
The 'Days_Since_Last_Update__c' does not exist"

plz help
Best Answer chosen by deepthi nukala
JyothsnaJyothsna (Salesforce Developers) 
Hi Deepthi,

Please create one formula field with Number type on case object like below.
(Today()- Account.LastActivityDate)

Please make sure to use the naming convention as given in the trailhead challenge.
Please check the below posts for the same issue.

https://developer.salesforce.com/forums#!/feedtype=SINGLE_QUESTION_SEARCH_RESULT&id=906F0000000DEamIAG

Let us know if this will helps you.
Best Regards,
Jyothsna

All Answers

JyothsnaJyothsna (Salesforce Developers) 
Hi Deepthi,

Please create one formula field with Number type on case object like below.
(Today()- Account.LastActivityDate)

Please make sure to use the naming convention as given in the trailhead challenge.
Please check the below posts for the same issue.

https://developer.salesforce.com/forums#!/feedtype=SINGLE_QUESTION_SEARCH_RESULT&id=906F0000000DEamIAG

Let us know if this will helps you.
Best Regards,
Jyothsna
This was selected as the best answer
deepthi nukaladeepthi nukala
Hi Jyothsna,
thanks for the help.it worked.