﻿<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<title>Single View Helper 1</title>
<style>
body {
    background-color: transparent;
    margin: 5px;
    padding: 5px ;
    font-family: Segoe UI,Tahoma,Arial;
    font-size: 12px;
}
h3 {
    color: #666666;
    font-family: "Segoe UI",Tahoma,Arial;
    font-weight:bold;
    display: block;
    height: 15px;
    margin-bottom: 10px;
}
.leftCol {
    display: block;
    width: 40%;
    float: left;
}
.rightCol {
    display: block;
    width: 40%;
    float: left;
}
#nextBestActions {
    margin: auto;
    display: block;
}
.msIntro {
        margin-bottom: 5px;
}
.msExplain {
        margin-bottom: 5px;
}
</style>
</head>
<body>
    <div class="leftCol">
        <h3 class="selected">GUIDANCE / BEST NEXT ACTIONS</h3>
        <div id="nextBestActions">
            <div class="msIntro">
                Enter the text to display on the Single View form. Use replacement values<br />
                for dynamic content, e.g.:
            </div>
            <div class="msExplain">»&nbsp;&Cnt1: Count of the number of records in horizontal tab 1</div>
            <div class="msExplain">»&nbsp;&Cnt2: Count of the number of records in horizontal tab 2</div>
            <div class="msExplain">»&nbsp;&Cnt3: Count of the number of records in horizontal tab 3</div>
            <div class="msExplain">»&nbsp;&Cnt4: Count of the number of records in horizontal tab 4</div>
            <div class="msExplain">»&nbsp;&RandomWord1: Random phrase from Random List 1</div>
            <div class="msExplain">»&nbsp;&RandomWord2: Random phrase from Random List 2</div>
        </div>
    </div>
    <div class="rightCol">
        <h3 class="selected">QUICK BUTTONS</h3>
        <div id="quickButtons">
            <div class="msIntro">
                For each Quick Button, enter the following information:
            </div>
            <div class="msExplain">»Name: The name to be displayed on the form</div>
            <div class="msExplain">»Action: What should happen when the button is clicked or touched</div>
            <div class="msExplain">»Entity: The entity on which the button action will be performed</div>
            <div class="msExplain">»Foreign Key: The Odata name for the field pointing to the current entity</div>
            <div class="msExplain">»Primary Key: The Odata field name for the field containg the primary key (record Guid)</div>
        </div>
    </div>  
</body>
</html>