I'm upgrading from CRM 2011 to 2013 and I need to fix the line below for 2013.
Any suggestions?
crmForm.all.IFRAME_quotedocument.src="/isv/CRMSilverlightExtensions/Default.aspx?typename=qoute&id=" + Xrm.Page.data.entity.getId();
Would this work?
Xrm.Page.getAttribute("IFRAME_quotedocument").src = "/isv/CRMSilverlightExtensions/Default.aspx?typename=qoute&id=" + Xrm.Page.data.entity.getId();