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

Challenge not yet complete... here's what's wrong: The 'Days_Since_Last_Update__c' does not exist
I make and erase the object
I did the formula again
I take all the security settings that has on the object Case
I did the formula again
I take all the security settings that has on the object Case
Best Regards,
-Vivek
Please create one formula field with Number type on case object like below
and let me know if this work then mark the answer.
(Today()- Account.LastActivityDate)
Best Regards,
-Vivek
Hi,
Please create one formula field as Days_Since_Last_Update with Number return type on case object like below
and let me know if this work then mark the answer.
(Today()- Account.LastActivityDate)
Best Regards,
-Vivek
Please create one formula field with Number type on case object like below Please refer below screen shot. I hope that will help you
Same worked for me. Please share your screen shot if above will nt help u
Please let us know if this will help u
Thanks
Amit Chaudhary
Only then did (Today()- Account.LastActivityDate) worked.
I am using the Field Label, "Days Since Last Update" and it auto-populates the Field Name as "Days_Since_Last_Update" instead of the "Days_Since_Last_Update__c" that is in the Hands-on Challenge notes. See attachment.