User Registration Request Auto Populate Company string to Company in User

mhafizam
Kilo Guru

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.

 

mhafizam_0-1748490243335.png

 

Appreciate any insights!

 

1 ACCEPTED SOLUTION

you can check the documentation here:

https://www.servicenow.com/docs/bundle/yokohama-customer-service-management/page/product/customer-se...

 

I hope my answer helps you to resolve your issue, if yes please mark my answer helpful and correct.

View solution in original post

11 REPLIES 11

you can check the documentation here:

https://www.servicenow.com/docs/bundle/yokohama-customer-service-management/page/product/customer-se...

 

I hope my answer helps you to resolve your issue, if yes please mark my answer helpful and correct.

Hi,

 

Thanks. I will try to explore more on this.