Create new reference or choice field (u_ci_type) that provides a list of all CI classes

cynlink1
Tera Expert

I am attempting to create a new reference or choice field (u_ci_type) that provides the user with a list of all CI classes. Once the u_ci_type field is populated, the configuration item list will be filtered based on the selection.

3 REPLIES 3

Bert_c1
Kilo Patron

You can try configuring the "configure item" field with a dependent field being u_ci_type. Like 'assigned_to' is defined on 'task' table that filters user based on the assignment_group value when creating or updating a record.

 

Seem you have not provided enough details to help further.

Hi,

 

I was experiencing difficulty figuring out how to set up the u_ci_type field to pull in all of the CI table names. However, I identified a solution that works. However, I am not sure it is the 'best practice' to reference the sys_db_object table. See screenshots.

Dictionary entry CI TYPE.JPGCI dictionary override.JPG

 

Hello @cynlink1 ,

There is OOTB table which has all CI Class , Category & Subcategory details. You don't need to query on sys_db_object table instead use table [ cmdb_categories ] to list all CI Class type in "u_ci_type" field.

 

AshishKMishra_0-1697167772994.png

 

 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution