Submit For Review

Elements

Title Changes:

ElementsElements

Content Changes:

Removed Added
 Added: For building a strategy you make use of several building blocks.
 Added: Now let’s look at the various building blocks of a strategy. In the strategy builder the building blocks are grouped into:
 Added: <ul>
 Added: <li><strong>Recommendations</strong>, these are the functions for loading and changing recommendations</li>
 Added: <li><strong>Recommendation Logic, </strong>the functions for manipulating recommendations</li>
Deleted: <p>For building a strategy you make use of several building blocks.</p><p>Now let’s look at the various building blocks of a strategy. In the strategy builder the building blocks are grouped into:</p><ul><li><strong>Recommendations</strong>, these are the functions for loading and changing recommendations</li><li><strong>Recommendation Logic, </strong>the functions for manipulating recommendations</li><li><strong>Branch Logic</strong>, a branch is a recommendation or multiple recommendation that are loaded and within the branch logic we have the steps to filter those down towards the final output.</li></ul><h1><a name="_Toc12663245"></a>BUILDING STRATEGIES</h1><p>Let’s focus on setting up your strategy. We will start with easy examples and then will slowly extend this to more complex use cases.</p><p>First assume we have two Recommendations:</p><ul><li>NBA 101 Recommendation 1</li><li>NBA 101 Recommendation 2</li></ul><p>This is not very meaningful yet but enough for our first steps into Next Best Actions.</p><p> </p><p>The available building blocks are:</p><ul><li><a href="https://unofficialsf.com/wiki/next-best-action-load/">Load</a></li><li><a href="https://unofficialsf.com/wiki/next-best-action-filter/">Filter</a></li><li><a href="https://unofficialsf.com/wiki/next-best-action-branch-selector/">Branch Selector</a></li><li><a href="https://unofficialsf.com/wiki/next-best-action-limit-reoffer/">Limit Reoffer</a></li><li><a href="https://unofficialsf.com/wiki/next-best-action-sort/">Sort</a></li><li><a href="https://unofficialsf.com/wiki/next-best-action-first-non-empty-branch/">First Non-Empty Branch</a></li><li><a href="https://unofficialsf.com/wiki/next-best-action-map/">Map</a></li><li><a href="https://unofficialsf.com/wiki/next-best-action-generate/">Generate</a></li><li><a href="https://unofficialsf.com/wiki/next-best-action-enhance/">Enhance</a></li><li><a href="https://unofficialsf.com/wiki/next-best-action-connections/">Connections</a></li></ul><p> </p>Added: <li><strong>Branch Logic</strong>, a branch is a recommendation or multiple recommendation that are loaded and within the branch logic we have the steps to filter those down towards the final output.</li>
 Added: </ul>
 Added: <h1><a name="_Toc12663245"></a>BUILDING STRATEGIES</h1>
 Added: Let’s focus on setting up your strategy. We will start with easy examples and then will slowly extend this to more complex use cases.
 Added: First assume we have two Recommendations:
 Added: <ul>
 Added: <li>NBA 101 Recommendation 1</li>
 Added: <li>NBA 101 Recommendation 2</li>
 Added: </ul>
 Added: This is not very meaningful yet but enough for our first steps into Next Best Actions.
 Added: The available building blocks are:
 Added: <ul>
 Added: <li><a href="https://unofficialsf.com/wiki/next-best-action-load/">Load</a></li>
 Added: <li><a href="https://unofficialsf.com/wiki/next-best-action-filter/">Filter</a></li>
 Added: <li><a href="https://unofficialsf.com/wiki/next-best-action-branch-selector/">Branch Selector</a></li>
 Added: <li><a href="https://unofficialsf.com/wiki/next-best-action-limit-reoffer/">Limit Reoffer</a></li>
 Added: <li><a href="https://unofficialsf.com/wiki/next-best-action-sort/">Sort</a></li>
 Added: <li><a href="https://unofficialsf.com/wiki/next-best-action-first-non-empty-branch/">First Non-Empty Branch</a></li>
 Added: <li><a href="https://unofficialsf.com/wiki/next-best-action-map/">Map</a></li>
 Added: <li><a href="https://unofficialsf.com/the-salesforce-automation-and-decisioning-wiki/generate-element/">Generate</a></li>
 Added: <li><a href="https://unofficialsf.com/wiki/next-best-action-enhance/">Enhance</a></li>
 Added: <li><a href="https://unofficialsf.com/wiki/next-best-action-connections/">Connections</a></li>
 Added: </ul>