- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 08:50 PM
Hi all,
I'm looking for some guidance on how to achieve the following in ServiceNow:
I've created a new string field called u_company_string on the User Registration Request table. When a user submits the form and enters their company name in this string field, I want the system to automatically populate the Company field on the corresponding user record in the sys_user record.
Ideally, it should not rely on an exact match. Instead, I’d like it to search and select the closest or most similar company name from the core_company table (e.g., fuzzy match or best match logic).
Has anyone implemented something similar or can recommend an approach? Any advice or examples would be much appreciated.
Appreciate any insights!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 11:37 PM
you can check the documentation here:
I hope my answer helps you to resolve your issue, if yes please mark my answer helpful and correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 11:37 PM
you can check the documentation here:
I hope my answer helps you to resolve your issue, if yes please mark my answer helpful and correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2025 12:20 AM
Hi,
Thanks. I will try to explore more on this.