Skip to main content

Attachments and dates added

  • July 5, 2019
  • 2 replies
  • 31 views

Forum|alt.badge.img

Is it possible to show the date an attachment was added?

This topic has been closed for replies.

2 replies

JonathanBowen
Forum|alt.badge.img+18

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


Justin_Barrett
Forum|alt.badge.img+21

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


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.