- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2026 06:51 PM - edited 01-29-2026 06:52 PM
Hello all,
We are trying to use document templates (sn_doc_template) to generate PDF document from Application vulnerable item (AVIT).
looks like OOTB it is not available for this table (sn_vul_app_vulnerable_item). We are not using Remediation tasks for AVITs. Has anyone come across this or know if it is a product limitation as confirmed by ServiceNow?
(I am in the right scope with required access and still do not see table in the list while creating document templates)
Regards,
Viji
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2026 08:11 PM
if you are in same scope as that of your table and your table is task extended then it should show in Table selection in document template
If that table is not task extended, then there is a workaround
You need to modify the dictionary of the Table field and remove "tableChoicesScript=DocumentTemplateTableChoiceScript" from the attribute to see all the tables
Then select your table and revert the dictionary entry and add that attribute again
Tables not available in HTML Document Template
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2026 08:11 PM
if you are in same scope as that of your table and your table is task extended then it should show in Table selection in document template
If that table is not task extended, then there is a workaround
You need to modify the dictionary of the Table field and remove "tableChoicesScript=DocumentTemplateTableChoiceScript" from the attribute to see all the tables
Then select your table and revert the dictionary entry and add that attribute again
Tables not available in HTML Document Template
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
Hi @Ankur Bawiskar when i update that and i use sn_ohs_im_injury_illness table which is completly standalone table it does not show me participant tab and cannot create participant for that document template. how can i resolve that ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
Not very sure on that part as I haven't explored it
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2026 09:06 PM
Thanks @Ankur Bawiskar
it worked
