on 2011 May 12 10:35 PM
Hi
I have a requirement where from script i need to check the check box.
Based on if a condition is true , when i execute the script , the check box field needs to be auto-checked .
Appreciate the help
Request clarification before answering.
Hi,
Access the field and set it to true. If it is a standard field it should have its getter and setter, you should use that. In case of an extension field do this :
doc.getExtensionField("FIELD_NAME").set(true);
Thanks
Devesh
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.