How to set value of select box variable via client script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â02-20-2018 03:07 AM
I am trying to set a look up select box field via client script.
Please help me with this.
Labels:
- Labels:
-
Scripting and Coding
1 REPLY 1

Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â02-20-2018 05:43 PM
Hi Yanka,
You need to set the variable with Value of of "Lookup field name".
For example :
Lookup from table = Hardware;
Then you can set the variable value with values of Name field on Hareware table.
g_form.setValue("Test", "*BUD-IBM");
g_form.setValue("Test", "*BUD-IBM");
