opening the solution configuration page using html
<!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>Licensing</title> <script src="../../ClientGlobalContext.js.aspx" type="text/javascript"></script> <script src="https://mtcau.crm8.dynamics.com//WebResources/mtccc_XrmSvcToolKit.js" type="text/javascript"></script> <script type="text/javascript"> function openLicenseSolution() { var url = Xrm.Page.context.getClientUrl(); var solFetchXml = "<fetch version='1.0' output-format='xml-platform' mapping='logical' distinct='true'>" + "<entity name='solution'>" + "<attribute name='uniquename' />" + "<attribute name='solut