Customize Manage Attachment dialog box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2015 09:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2015 10:45 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2015 12:55 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2015 09:42 PM
Hi Brian,
Sure, that is one of the major concerns that is why we are refraining to touch that OOB page.
Regards,
Arpit Taneja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2019 03:52 AM
how you solve this ?