True/false field visible on every form for Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 03:05 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 06:35 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 06:41 AM
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”