Updating attachments in the list type field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2025 03:56 AM
Hi all,
We have a requirement to update attachments that are added in the form. For this we have updated the dictionary of that particular field by refering it to attachments table and added script " javascript: 'table_name=' + current.getTableName() + '^table_sys_id=' + current.sys_id; " in the advanced reference qualifier with this we are able to see the attachments only if we update any other field but the attachments should be visible immediately after the attachment is added to the form.
Can anyone help me so that the attachments are updated in the field immediately after we add attachments to the form.
Thank you,
Viveksai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2025 04:11 AM
after user adds the attachment and then searches in that reference field does it not show immediately?
share your screenshot and why to have a reference field to sys_attachment table?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 03:22 AM
Hi Ankur,
Here the requirement is to select the attached files in the list field which we have added in the form.
Regards,
Viveksai