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
Michelle ArndtMichelle Arndt 

Notes & Attachments in field

I am currently using this formula in a checkbox field:
(TODAY() - LastActivityDate) <= 30

Is it possible to do this with the Notes & Attachments related list?
Ansh CoderAnsh Coder
You should use if else in this formula
beause checkbox only recognise values of true false
Parker EdelmannParker Edelmann
In what way do you want to utilize this formula?