Text Scroll

You must welcome, Thank you for visiting my blog.

Search This Blog

Sunday, June 28, 2020

Change field Colour depends on some field value In MS CRM

function FieldColourChange(){
Xrm.Page.getAttribute("risklevel").setValue("NO DATA FILLED OR FALSE");
parent.document.getElementById("risklevel_d").children[0].style.backgroundColor="white";
window.parent.document.getElementById("risklevel_d").children[0].style.color="black";
}

No comments:

Post a Comment