Add New Field to Application Service - Configuration Item Last Attestation Date
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2025 09:58 PM
Hi Team ,
How to add a new field to the Application Service table in ServiceNow. This should be named 'Configuration Item Last Attestation Date' and contain a data type of date YYYY-MM-DD.
This field should be visible in all vies of this table.
Table - csdm_app_service
can any one please help me here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2025 11:07 PM
Hi @nameisnani ,
Try below steps :
1.Navigate to the Table:
- Go to System Definition > Tables.
- Search for and open the table: csdm_app_service.
2.Create a New Field:
- Scroll to the Columns related list.
- Click New to create a new field.
3.Define the Field:
- Column label: Configuration Item Last Attestation Date
- Column name: ci_last_attestation_date (this will be auto-generated but you can customize it)
- Type: Date
- Default value (optional): Leave blank unless you want to set a default date.
- Click Submit.
4.Make Field Visible in All Views:
- Go to System UI > Views.
- For each view associated with csdm_app_service (e.g., Default, Workspace, etc.), go to:
- System UI > Forms
- Filter by Table = csdm_app_service
- Edit each Form Layout to include your new field:
- Drag Configuration Item Last Attestation Date into the form layout where appropriate.
- Click Save.
If my response helped, please hit the 👍Thumb Icon and accept the solution so that it benefits future readers.
Regards,
Pratik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2025 11:58 PM
Hello @nameisnani ,
The form you are viewing is actually a view.
Open a "Application Service" module in edit mode and you will find the URL arguments for this:
The view "csdm_view" can be found in the "System UI > Views".
If this solution helped resolve your issue, please consider marking it as helpful or correct.
This will assist others in finding the solution faster and close the thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2025 12:07 AM
You can go to the System Definition > Tables in the left navigation and Search for and open the table: cmdb_ci_service_discovered.
and Add Click New to add a new field as per the requiremenet of the field.
Then
Ffind a table cmdb_ci_service_discoveredin System UI > Form Layout and Move the new field (Configuration Item Last Attestation Date) from the Available list to the Selected list.
Repeat this for other form views if you have custom views (via Form Designer or Form Layout for each view).