How get a value of Boolean Field on table
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2018 01:27 PM
Hi,
I have a True or false Checkbox in my custom table and when i am trying to get the value of that checkbox its not retruning anything.
can anyone please help
var ga = g_form.getBooleanValue('My field name');
var ga = g-_from.getValue('My field Nmae');
I tried both the above but returning nothing.
Cna anyone please help
Thanks
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2018 02:07 PM
Your alert statement should be alert('The value of Ordered is '+ga);
Please correct this
Please mark my response as correct and helpful if it helped solved your question.
-Thanks