I heard that Xrm,page functions will be deprecated
So far For sales stages we are using code as below
else if(stageName=="NEGOTIATION")
{
Xrm.Page.getAttribute("abc_salesstages").setValue(100000004);
Probability=75;
}
else if(stageName=="VERBAL AWARD")
{
Xrm.Page.getAttribute("def_salesstages").setValue(100000005);
Probability=90;
}
else if(stageName=="CLOSE")
Note:Above code is sample
so if the XRM.page is deprecated and if this code is present in crm365 as we are ugrading and after 4-5 years will this not works?
I need an solution as we are upgrading and it should not affect this in future
*This post is locked for comments