Jul 05, 2019 07:45 AM
Is it possible to show the date an attachment was added?
Jul 05, 2019 10:53 AM
Hi @EJ_Diaz - I don’t think you can do this, I’m afraid, the date an attachment was added isn’t even available in the API.
Best you can do is the record created time using the formula:
CREATED_TIME()
But this could be a long way from the time your attachment was added of course.
JB
Jul 05, 2019 01:25 PM
Perhaps make a Last Modified Time field that only tracks the Attachments field. If multiple attachments are added, it would only tell you the addition of the most recent one, but it’s a notch more precise than the record’s creation time.