- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2024 07:07 PM
We want to store a few lists in ServiceNow tables, which have simple data, is there some table we can extend to do this so we don't consume a custom table?
List Name, Attribute 1, Attribute 2, Attribute 2, ... Attribute 10
We have at least about 3 of these to setup.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2024 11:56 PM
In ITSM, the only table you can create without a license is an extension table from CMDB_CI. I think you have no choice but to create it by extending CMDB_CI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2024 11:56 PM
In ITSM, the only table you can create without a license is an extension table from CMDB_CI. I think you have no choice but to create it by extending CMDB_CI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 08:16 AM
Thank you for your quick answer.