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
Tomasz LuczakTomasz Luczak 

Formulas & Validation : Using Formula Fields

Hi!

The current challenge in Using Formula Fields really is one ;)

This is what I'm putting in:
Today() - Datevalue( LastModifiedDate)

And this is the error I get when verifying the challenge:
The 'Days_Since_Last_Update__c' formula field did not return the correct number of days between an Account’s Last Activity Date and today

Thank you for your support on this one as I've already started pulling my hair out ;)

Best Answer chosen by Tomasz Luczak
Amit Chaudhary 8Amit Chaudhary 8
Hi Tomasz Luczak,

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

Please check below post for screen shot
1) https://developer.salesforce.com/forums/?id=906F0000000BSUKIA4
2) https://developer.salesforce.com/forums/?id=906F0000000BQwUIAW

Let us know if this will help you

Thanks,
Amit Chaudhary