We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b13291 commit 248b628Copy full SHA for 248b628
Client-Side Components/Client Scripts/locationChange/README.md
@@ -0,0 +1,11 @@
1
+Dynamic Option Handling in ServiceNow Form (onChange Client Script)
2
+
3
+Usage
4
+This script dynamically adds or removes a dropdown option based on the selected location’s state value.
5
+When the location is in **California (CA)**, the option **"Africa"** appears in the **Preferred Language** field; otherwise, it is removed.
6
7
+Use Case
8
+Useful when you want to control dropdown field options dynamically depending on values in other reference fields.
9
10
+Script Type
11
+**Client Script** — `onChange`
0 commit comments