How get a value of Boolean Field on table

ursnani
Giga Guru

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

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