What to extend to make a table to store list data

VL10
Tera Expert

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.

 

1 ACCEPTED SOLUTION

HIROSHI SATOH
Mega Sage

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.

View solution in original post

2 REPLIES 2

HIROSHI SATOH
Mega Sage

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.

VL10
Tera Expert

Thank you for your quick answer.