Hi,
look at my code :
var CRMForm = document.parentWindow.parent.Xrm.Page;
var currentDateTime = new Date();
CRMForm.getAttribute("date").setValue(currentDateTime);
But i am getting an exception here : Out of stack space
Please help me ...!!!
*This post is locked for comments
I have the same question (0)