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
crmdeepscrmdeeps 

Using Formula fields challenge - error

Team,

i seemed to have to have done the right syntax build the formula. can someone tell me if im missing something here ?

User-added imageUser-added image
thatheraherethatherahere
Hi Crmdeeps,

I think your formula should say: 
 
TODAY() - LastActivityDate

It will return you correct days. With your formula the number of days will be in negative. 


- thatherahere
Amit Chaudhary 8Amit Chaudhary 8
Please check below post for solution. i Hope that will help you
1) https://developer.salesforce.com/forums/?id=906F0000000BQmZIAW
2) https://developer.salesforce.com/forums/ForumsMain?id=906F0000000BQwUIAW
 
(Today()- Account.LastActivityDate)
Please create one formula field with Number type on case object like above