how to prevent duplicate Company records (vendors, manufacturers, customer etc.) in Servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2019 09:05 AM
Anyone have recommendations on how to prevent duplicate Company records (vendors, manufacturers, customer etc.) in Servicenow. We want all the different processes that should be using the same record
How to normalize the data etc.
Thanks
Eric
- Labels:
-
Best Practices
-
Multiple Versions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2019 09:15 AM
Hi Eric,
have a before insert business rule on core_company table which will check whether combination of fields already exist in company table
you need to identify which fields to be considered as unique; name should be unique or combination of name and other field should be unique
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2019 09:21 AM
How would you deal with all Microsoft vs Microsoft Inc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2019 09:43 AM
Hi Eric,
that has to be decided by the customer/stakeholder or client/business what they consider as unique
As a ServiceNow developer/admin Microsoft and Microsoft Inc can be 2 different companies but for client/customer it can be one
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2021 09:44 PM
Have you had this resolved? We have a similar requirement