Tables not available in HTML Document Template

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2023 07:31 AM
Hi All.
I need to define an HTML Document Template on the Business Application table, but I don't see it inthe table list. I only see the Business Application Requets table. Both are in the Global scope.
Any hint?
Thanks
Fabio

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2023 08:55 AM
Hello @Fabio Cresta
This script include "DocumentTemplateTableChoiceScriptSNC" is running and pulling a list of all tables that are extended from the "task" table. Since the Business Application table is extended from cmdb_ci it won't be listed in the dropdown choices.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2023 01:54 AM
Thanks.
Any alternative to define a PDF (or Word) template to export from non task tables?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2023 09:37 AM
Any idea on how to create a document template on a custom base table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2023 12:03 PM
Document Templates table list is derived based on the script "DocumentTemplateTableChoiceScript". So it shows only the task extended tables by default. You may need to modify the dictionary of the Table field and remove "tableChoicesScript=DocumentTemplateTableChoiceScript" from the attribute to see all the tables. But this is something that you are modifying the dictionary of the scoped application "Document Templates".