How can I implement a 'select all' check-box on my CRM 4 custom form?

Posted by Gryphoenix on Stack Overflow See other posts from Stack Overflow or by Gryphoenix
Published on 2012-10-10T15:34:02Z Indexed on 2012/10/10 15:36 UTC
Read the original article Hit count: 260

Filed under:
|

I am working on a custom CRM form with numerous checkboxes, organized by sections. I would like to implement a 'select all' feature to the form and am trying to understand how to format the JavaScript. My research thus far has pointed me to the possibility of using a FOR statement to iterate through all of the elements in the section I want to process, setting their values accordingly, but am unsure of which document.getElements ... method to utilize.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about dynamics-crm-4