开发者

How to get checked status of checkbox on Crm 4.0?

开发者 https://www.devze.com 2023-03-20 07:04 出处:网络
I开发者_StackOverflow中文版 have 2 checkboxes on myform how can i know checked or not this items in onload()The value (checked or not) of a boolean field is stored in the DataValue property.

I开发者_StackOverflow中文版 have 2 checkboxes on myform how can i know checked or not this items in onload()


The value (checked or not) of a boolean field is stored in the DataValue property.

var isChecked = crmForm.all.SOME_BOOLEAN_FIELD_ID.DataValue;

See http://msdn.microsoft.com/en-us/library/cc189798.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消