Customize Manage Attachment dialog box

arpitt
Tera Expert

Hi Guru's,

I have a requirement to add date field in the Manage attachment dialogue box in order to know when that attachment was added in the dialog box. How to achieve this?

$6829AD4FBED3AF48.jpg

Regards,

Arpit Taneja

4 REPLIES 4

BenPhillipsSNC
Kilo Guru

Hi Arpit



I am sure this is something you could implement by editing the jelly code in the attachment ui page. I think this is the location of that page:



https://<yourinstance>.service-now.com/sys_ui_page.do?sys_id=b1b390890a0a0b1e00f6ae8a31ee2697



You could write a GlideRecord in there that populates the date by querying the attachment file.


brian_quinn
ServiceNow Employee
ServiceNow Employee

Arpit,



You will have to modify the attachment_entry UI Macro.   However please keep in mind this could cause problems in future versions because updates to this UI Macro will be skipped because it has been customized.



Thanks


Brian


Hi Brian,



Sure, that is one of the major concerns that is why we are refraining to touch that OOB page.



Regards,


Arpit Taneja


how you solve this ?