Add New Field to Application Service - Configuration Item Last Attestation Date

nameisnani
Mega Sage

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.

 

nameisnani_0-1745902622874.png

 

Table - csdm_app_service

 

can any one please help me here 

 

3 REPLIES 3

pratikjagtap
Giga Guru

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

Shree_G
Kilo Sage

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:

Shree_G_0-1745909697860.png

 

 

Shree_G_2-1745909750197.png

 

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.

Nilesh Pol
Tera Guru

@nameisnani 

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).