Hi,All
I have created an Ribbon button and when clicked i am not getting dat. please help me to solve the issue
javascript code
function CheckValue()
{
var contact number = Xrm.Page.getAttribute("new_getdetails").getValue();
if contact number ( != null)
return true;
else
return false;
setValue();
}
function setValue()
{
Xrm.Page.getAttribute("contact number").setValue("Inactive"); /// You need to write inside double quote
}
*This post is locked for comments