Hello Everybody,
I am pretty new to the world of Microsoft Dynamics 365 CRM and have been practicing JavaScript Statements in the demo version.
I am using the below mentioned JavaScript Code in the Form Onload event but it is not giving me the desired output. Can anybody guide me or correct me here?
function testmethod()
{
Xrm.Page.ui.formSelector.getCurrentItem();
}
*This post is locked for comments