Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How can I put value of a choice field's choices from any other table using Client Script.

Anmol Soldier1
Tera Contributor

For example I have a custom table with a field A. I want to create a choice field which has the choices as all the value of Field a in the custom table. Eg. table location field as country. create a choice field country and onload the value of country field should have the value of country field in custom Table.

1 REPLY 1

Community Alums
Not applicable

I believe you don't need a client script for this. You can select Choice List Specification on the field record itself:

find_real_file.png

 

Please mark reply as Helpful/Correct, if applicable. Thanks!