on 2011 Oct 07 10:26 AM
Hello,
I am trying to implement some functionality on checkbox checked condition, if I try to get value of checkbox field as below nothing is printed
doc.getExtensionField("CheckboxField").get()
Is there any specific way to script to fetch the value of checkbox field?
Please guide me on this.
Thanks,
Iqbal
Request clarification before answering.
Hi Iqbal,
You can write your script on the field data edit and target as Check Box.Here you can check the newFieldValue of it.
Use the following code:-
field.newFieldValue , this will give you true or false depending upon the selection of the check box.
Please revert for any Issue.
Thanks,
Ankur Goyal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.