Very often, while working with Dynamics CRM I often run across JavaScript that changes the color of a form element using the style property, like this: crmForm.all.customertypecode.style.backgroundColor = "#EAF3FF"; This is, of course, an unsupported practice and I am curious how many people have used techniques like this to modify CRM forms. I've added new [...]
↧