Adding Date and Time in Manage Attachment ?

Ibaa_Shoheb
Tera Contributor

Hello Team,

At the moment, we do not have an option in “Managed Attachments” to identify the timing as to when we received an attachment in our environment.

Is it possible to have the arrival time stamp appended to the Attachment file name ? 

find_real_file.png

Regards,

Shoheb Shaikh

14 REPLIES 14

This worked for me. Thanks!

Hi Jonathan,

You can mark the answer as Correct and it will help others for direct solution.

Regards,

Shoheb Shaikh

Hi!

Very good feature to add to Macro. Another problem that now arises is if you want to send certain attachments from the email client. There, everyone gets the same timestamp. Not so easy to know which one to choose to remove. Do you have a solution to that problem as well?

 

Kindly
Pelle

davo
Mega Guru

@Ibaa_Shoheb    if still interested to achieve this go to the UI Marco called 'attachment_entry'  scroll down to the last </j:otherwise> tag and repalce with this

 

- ${HTML:sys_attachment.sys_created_on.getDisplayValue()}

</a>

</j:otherwise>

 

Hey-presto:

find_real_file.png

 

Please mark as resolved if this helps resolve this query

Updating the UI Macro attachment_entry works for existing attachments.  But does not work for new attachments because we would also need to update the Ajax that updates the ui.  What would I need to change so that ajax updates also renders the date for new attachments?

find_real_file.png

Eric.