
Hi all
Change tab old name to new Label name through javascript i wrote javascript its seems its working
var Tab = Xrm.Page.ui.tabs.get("Contact_Information");
if(Tab != null)
{
Tab.setLabel("Account_Information");
}
please give some suggestion
Thanks you
*This post is locked for comments
I have the same question (0)