What is the Difference between Edit and Add button on related list?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024 07:40 AM
Hello Al,
Can anyone tell me the difference between these two button on related list?
- Labels:
-
IT Fundamentals Dashboard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024 07:47 AM
Hi,
Add will create a new record in the related table and associate it to the parent record.
Edit will look at the existing records in the related tables and associate them to the parent record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024 08:44 PM
Both will do the same job, edit will give you slush bucket view and you can add and remove. Add will give you a list view of the related records, you need to check them if you want to add new records in the related list.
You can go to list control to add or remove these buttons.
Regards,
Pratiksha

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024 09:23 PM
Hi there,
I thought this is something Chat GPT should definitely know, so here you go:
In ServiceNow, the terms "Edit" and "Add" in the context of a related list have distinct functionalities that help users manage records within the platform.
Edit on Related List
When you click "Edit" on a related list, it allows you to modify the existing relationships between records. Specifically, this action opens a slushbucket interface where you can:
- Add Existing Records to the Relationship: You can select records that already exist in the system and add them to the related list.
- Remove Records from the Relationship: You can deselect records to remove their association with the main record.
This is particularly useful when you need to manage relationships without creating new records. For example, if you have a related list of "Tasks" on an "Incident" form, using "Edit" would let you link or unlink existing tasks to the incident.
Add on Related List
When you click "Add" on a related list, it initiates the process of creating a new record that will automatically be associated with the parent record. This action typically opens a new form where you can fill out the details for the new record.
- Create New Record: You can enter information to create a completely new record that will be linked to the parent record.
- Automatic Association: The new record is automatically associated with the parent record without needing to manually set the relationship.
For instance, if you're working on an "Incident" form and you use the "Add" button on the "Tasks" related list, it would open a new "Task" form. Once you fill out the details and save the task, it will be linked to the incident you were viewing.
Summary
- Edit: Modify existing relationships by adding or removing existing records.
- Add: Create a new record that will be automatically associated with the parent record.
Understanding these differences allows users to manage relationships between records more efficiently within ServiceNow.
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2024 03:26 AM
Hi nice information