True/false field visible on every form for Services

New user1212
Tera Contributor

Hi,
I want to add a true/false field called 'Exclude from Change Freeze' for all Services.
The problem is that some of them are Core Services and some are Component Services.
How to add such a field so that it is not only visible on a specific form, but is visible for each item in the services list 'cmdb_ci_service' and on the form?

Newuser1212_0-1720087511475.png

 

2 REPLIES 2

SAI VENKATESH
Tera Sage
Tera Sage

Hi @New user1212 

 

Go to System Definition > Tables.
Find the cmdb_ci_service table

 

and then create a field on the cmdb_ci_service table 

 

and based upon your need add field to Form layout and list layout

 

Thanks and regards

Sai Venkatesh

 

 

Satishkumar B
Giga Sage
Giga Sage

Hi @New user1212 

 

1. Create the Field:
- Navigate to System Definition > Tables.
- Search for `cmdb_ci_service` and open it.
- Add a new column:
- Column Label: Exclude from Change Freeze
- Column Name: u_exclude_from_change_freeze
- Type: True/False

2. Add to List Layout:
- Go to System Definition > List Layouts.
- Select `cmdb_ci_service`.
- Move `u_exclude_from_change_freeze` to the Selected column.

3. Add to Form Layout:
- Go to System Definition > Forms and Layouts.
- Select `cmdb_ci_service`.
- Move `u_exclude_from_change_freeze` to the Selected column.

These steps will ensure the 'Exclude from Change Freeze' field is visible in both the list and form views for all services.

 

——————————————————————

If my response helped you please “Accept the Solution” and mark as “Helpful”