Manage attachments - show created or modified date

poyntzj
Kilo Sage

I thought had updated it, but clearly not

 

Has anyone extended the Manage Attachmens UI Page so that it shows the date too ?

One of our users needs to locate an attachment in a file from a specific date.

I have assisted as i can see the dates in the attachment table, but it would be nice for the users to see this in the Manage Attachments page and my attempt as failed.

 

Cheers

5 REPLIES 5

User140988
Kilo Guru

Hi Julian,



Didnt actually work on this, but am assuming that the ui page "attachment" has to be modified to include date and time the attachment is created.


Hi Chandana


Yup that is the ui page, however I did a change that I thought should have worked and it did not


I wondered if anyone else has looked and made this update.



cheers


ralvarez
Tera Guru

A bit late, but I hope it still can help...



If you hover over the file icon you can see who attached the file and at what time. This works from the formatter in the top of the form and also from the "Manage Attachments" widget.



If you want to modify its behavior, you can edit these files:


- attachment (UI Page)


- attachment_entry (UI Macro). This is actually where you can add the dates.


davo
Mega Guru

@poyntzj if still interested to achieve this go to the UI Marco called 'attachment_entry'  scroll down to the last </j:otherwise> tag and replace 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