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
Our Man In BananasOur Man In Bananas 

Missing fields on Account objects in Developer edition

Hi,
I am trying the Trailhead challange for Formula fields at https://developer.salesforce.com/trailhead/point_click_business_logic/formula_fields#challenge

and the challenge is to add a formula field on the Case object referencing the Last Activity Date of the Account object.

But the Account object doesn't have a Last Activity Date (and neither does the Case object) - so how can I complete that challenge?
Shyama B SShyama B S
Hi Philip,
There is a field Last Activity In Account. When creating the formula, click on insert field -> Case -> Account -> Last Activity.
User-added image
The final formula will look something like this:
Today()- Account.LastActivityDate
Thanks
Shashi PatowaryShashi Patowary
Hi Philip,

This field is not available in page layout but we can use it in formula field,Validation tule, workflow and report.Please refer to the screen shot.

User-added image

Please let me know if this is helpful.

Regards,
Shashi
Our Man In BananasOur Man In Bananas
Thanks for your help guys, it turned out I was logged into my employers sandbox, rather than the developer edition!