
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2023 02:50 AM
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
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2023 06:23 AM
To add a custom attribute to the roadmap detail form in ServiceNow, follow these steps:
-
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. -
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." -
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.
---------------
Regards,
Rajesh Singh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2023 06:23 AM
To add a custom attribute to the roadmap detail form in ServiceNow, follow these steps:
-
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. -
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." -
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.
---------------
Regards,
Rajesh Singh