Have a Custom UI Page for Attachment Dialog in HR Case table, How to add same in other Custom Table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2024 09:59 PM
Hi Everyone,
There is a custom UI Page for Attachment Dialog (On Click of Paper Clip Icon) in HR Case table and Want to apply this same functionality to another Custom table. How can I apply this UI Page to other Custom table?
Thank you,
Balaraju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2024 10:06 PM
by default attachment paper-clip icon is shown on every record
are you not able to see that as an admin on that table record?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2024 10:37 PM
I'm able to see the paper clip icon but in HR Case they have added few customizations like Fulfiller is having the control on which attachment should be visible to End user and vice versa.
They have added some checkbox "Internal Only" and this is done via an UI Page.
Now I want to add same thing in another custom table and this is currently working only on HR Case table.
Can you help me how to apply same thing to other custom table?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2024 10:50 PM
it seems they have added some customizations on OOB attachment UI page
just check the code and use the same on your custom table
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2024 10:58 PM
@Ankur Bawiskar In the code I don't see the condition which tells this applies to HR table.
How can I check that this is applied to HR case table?