In my project i have two web resource checkbox and i want if i select checkbox in one web-resource and check box of different web resource is auto selected
*This post is locked for comments
Hi Azy ,
are those web resources displaying in the same form? if that, then you can write normal JavaScript by accessing the DOM like below code. Please note this is not supported by dynamics CRM.
document.getElementById("myCheckboxid").checked = true;
Thanks
Goutam
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156