<html>
	<head>
		<meta http-equiv="X-UA-Compatible" content="IE=edge">
		<title>Dashboard Router</title>
		<!--This page's path is "ftp_/DashboardRouter/DashboardRouter.html"-->
		<script type="text/javascript" src="../../ClientGlobalContext.js.aspx"></script>
		<script type="text/javascript" src="../JScript/SDK.REST.js"></script>
		<script type="text/javascript" src="../JScript/json2.js"></script>
		<script type="text/javascript" src="../DashboardRouter/JScript/DashboardRouter.js"></script>
		<script>
			(function () {
				doLoad();
			})();
		</script>
	</head>
	<body>
		<p>This web resource is intended to be hidden.  It accepts a single encoded "Data" parameter, containing these values: sourceEntityLogicalName, sourceEntityId, sourceEntityLookupFieldName, and targetEntityName as url parameters, and then opens the target entity identified by the value of the source entity's sourceEntityLookupFieldName</p>
	</body>
</html>