Hello,
We are preparing to migrate from CRM2013 onpremise to cloud CRM2016. I know that DOM-accessing javascript is not supported but is there any supported method or alternative to what we were using (to color-code a field background depending on field value). - We were using document.getelementbyid("element").style.backgroundColor =
Like I say I totally appreciate this is unsupported but it WILL work in 2016 if I place "parent."before "document"
Is there any supported way of doing this - i.e. any function which I can replace all usage of "document.getelement.byId" with?
In this case Xrm.page.getAttribue("myattribute").style does not work.
Any suggestions very welcome - thanks.
*This post is locked for comments
I have the same question (0)