If a user enters a city in a field, populate State and Country fields for that particular city.

Tejas16
Tera Contributor

I  have created a custom table with above three fields(city, state and Country) and I have given a reference to cmn_location table for City. So,When user select a city,based on selection of city its corresponding state and country must be auto-populated using any scripting.

1 ACCEPTED SOLUTION

Chetan Mahajan
Kilo Sage
Kilo Sage

Hi Tejas,

                 Refer this client script and script include to fulfill your requirement 

 

https://community.servicenow.com/community?id=community_question&sys_id=08c24761dbd8dbc01dcaf3231f9619f3

 

Kindly Mark correct and helpful if its applicable

View solution in original post

5 REPLIES 5

It also work for me.

Thank You.