Add attribute to roadmap details form

Fabio Cresta
ServiceNow Employee
ServiceNow Employee

Hi All.

I need to add a custom attribute on the roadmap detail form.

Could someone guide me on where I can do it:

Thanks

 

1 ACCEPTED SOLUTION

Rajesh_Singh
Kilo Sage
Kilo Sage

@Fabio Cresta 

 

To add a custom attribute to the roadmap detail form in ServiceNow, follow these steps:

  1. Identify the table associated with the roadmap item: The roadmap items are stored in the sn_align_core_planning_item table. This table contains the fields and records for roadmap items.

  2. Add a new field to the table: a. Navigate to System Definition > Tables in ServiceNow. b. Search for the sn_align_core_planning_item table and click on it. c. Click the "New" button under the "Columns" tab to create a new field (custom attribute). d. Provide the necessary information, such as the field type, label, and name, then click "Submit."

  3. Update the roadmap detail form to include the new field: a. Navigate to System UI > Views in ServiceNow. b. Search for the view associated with the sn_align_core_planning_item table. This is usually the "Default view." c. Click on the view name to open it. d. In the "Forms" related list, click on the form name to open the form layout. e. Click "Edit Layout" to modify the form. f. In the form layout editor, find the new field (custom attribute) you created earlier, and drag it to the desired position on the form. g. Click "Save" to save your changes.

Now, when you open the roadmap detail form, you should see the custom attribute you added.

If you found my response helpful or applicable, please consider marking it as correct or helpful to assist others who may be seeking the same information.

---------------
Regards,
Rajesh Singh

View solution in original post

1 REPLY 1

Rajesh_Singh
Kilo Sage
Kilo Sage

@Fabio Cresta 

 

To add a custom attribute to the roadmap detail form in ServiceNow, follow these steps:

  1. Identify the table associated with the roadmap item: The roadmap items are stored in the sn_align_core_planning_item table. This table contains the fields and records for roadmap items.

  2. Add a new field to the table: a. Navigate to System Definition > Tables in ServiceNow. b. Search for the sn_align_core_planning_item table and click on it. c. Click the "New" button under the "Columns" tab to create a new field (custom attribute). d. Provide the necessary information, such as the field type, label, and name, then click "Submit."

  3. Update the roadmap detail form to include the new field: a. Navigate to System UI > Views in ServiceNow. b. Search for the view associated with the sn_align_core_planning_item table. This is usually the "Default view." c. Click on the view name to open it. d. In the "Forms" related list, click on the form name to open the form layout. e. Click "Edit Layout" to modify the form. f. In the form layout editor, find the new field (custom attribute) you created earlier, and drag it to the desired position on the form. g. Click "Save" to save your changes.

Now, when you open the roadmap detail form, you should see the custom attribute you added.

If you found my response helpful or applicable, please consider marking it as correct or helpful to assist others who may be seeking the same information.

---------------
Regards,
Rajesh Singh