﻿<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<title>Product Portfolio</title>

<link rel="stylesheet" href="Configuration.css">
<script type="text/javascript" src="../../ms_/Common/jQuery.js"></script>
<script type="text/javascript" src="../../ms_/Common/DataAccessLibraryAsyncReadOnly.js"></script>
<script type="text/javascript" src="../../ms_/Common/DataAccessLibraryAsyncUpdateOnly.js"></script>
<script type="text/javascript" src="../../ms_/Common/SDK.MetaData.js"></script>
<script type="text/javascript" src="DefaultSettings.js"></script>
<script type="text/javascript" src="Configuration.js"></script>
<script>
    function start() {
        // $("#tile00").css("background-color", "darkgreen");
        $(document).ready(function () {
            populateSingleViewSettings();
        });
    }
</script> 
</head>

<body onload="start();">
    <h1><span class="logo">Client</span>360 Single View Configuration</h1>
    <div id="Introduction">
        <h3>INTRODUCTION</h3>
        <div class="Instructions">
            The solution is installed. Please edit the Single View Settings record referenced on your Form to change
            the display of the Single View. Feel free to create additional Single View Settings records that may apply better to your demo requirements.
            Please refer to the documentation, once it is made available.
        </div>
        <h3>PREDEFINED SINGLE VIEW SETTINGS</h3>
        <ol id="settingsList">
        </ol>
        <h3>QUICK USAGE INSTRUCTIONS</h3>
        <div class="Instructions">
            Use this solution to create powerful visual impact in your CRM Demo through visualising related content
            through a combination of tiles, guidance for Best Next Actions and custom web resources.
        </div>
        <div class="Instructions">
            This can be achieved as follows:
        </div>
        <ol>
            <li>Create a Single View Settings record (or just use one of the pre-existing ones above)</li>
            <li>Add the ms_SingleViewDisplay.html web resource to your form</li>
            <li>Make sure the web resource is around 18 lines high, never has a scrollbar and has no border</li>
            <li>Copy and paste the (exact) name of your Settings record into the Parameter field of this web resource</li>
            <li>Publish and test the form</li>
        </ol>
        <h3>RELEASE NOTES - VERSION 0.0.0.9</h3>
        <div class="Instructions">
            This solution was created by Paul and Hanneke Mar&eacute;. It is currently quite fluid, after having been beta-tested by
            fellow Microsoft TSP collleagues Steve Curtis, Mark Margolis, Shane Peckham, Denis Klaus and Manual Altermatt.
        </div>
        <div class="Instructions">
            The following key features are not fully functional at the moment, and will be released over the next few weeks:
        </div>
        <ol>
            <li>Horizontal tabs displaying CRM Charts</li>
            <li>Large size tile, Opportunity Process and Case Process tile formats</li>
            <li>Validation of content on the Single View Settings form</li>
            <li>Filtering only Active Records and Custom filters</li>
        </ol>
        <div class="Instructions">
            Please contact Paul Mare (<a href="mailto:paulma@microsoft.com">paulma@microsoft.com</a>) for point support on a best effort basis,
            or to share your feedback and ideas.
        </div>
    </div>
    <div id="containerTab4"></div>
</body>
</html>