Cloudastick Systems

Our Blog

November 28, 2022

Strategy Builder with Salesforce

A strategy determines when and how to present an Einstein Next Best Action recommendation on a Salesforce Lightning record page. For example, if you want to offer a discount to a subset of customers, create a strategy that collects the appropriate customer records and identifies the discount option to present. To create a strategy, you can use Flow Builder or Strategy Builder. In this blog, we will tackle the Strategy Builder strategies.

Before tackling the Strategy Builder, it is worth mentioning what is Einstein Next Best Action. EinsEinstein'st Best Action is a solution that uses flows, strategies, and the Recommendation object to recommend actions to users. It is very beneficial in the Yes/No Problems in addition to Numerical Problems. You can display these recommendations on many different types of pages, including Lightning pages in your Salesforce org, Experience Cloud sites, or external sites. Einstein's Next Best Action incluEinstein'smain approaches that were mentioned above which are Flow Builder and Strategy Builder.

 

There are several steps in order to achieve the Next Beto

  1. Planning Your Recommendations and Automations
  2. Build a Flow
  3. Create Recommendations
  4. Create a Strategy (This is where we use Strategy Builder)
  5. Display Next Best Actions

 

What is Strategy Builder?

It is a point-click automation tool that works with Einstein Next Best Action to determine which recommendations are surfaced on the record pages.

 

The Strategy Builder Elements that can be utilized:

  • Enhance Element: Get AI-driven predictions from tools like Einstein Discovery and Einstein Prediction Builder to supplement Next Best Action suggestions with extra data like propensity ratings. Every time a strategy is used, the Enhance element lets you instantly change a set of recommendations. These suggestions may be static and present in Salesforce as records, or they may be dynamic and derived from other data sources or other Salesforce objects.
  • Load Element: The initial component of a strategy branch is load. Filter and load a recommendation object's records. Alternatively, you can import and filter any object's data, then use the Map element at the end of the strategy to turn them into suggestions. Which of your recommendations are considered when your strategy is put into action depends on your load components.
  • Generate Element: When a huge number of options make it difficult to manually construct suggestions, you can use the Generate element to dynamically generate personalized recommendations. You can generate in-memory, real-time suggestions using the Generate element and either external data sources or other Salesforce objects.
  • Filter Element: Make an expression that, depending on the situation, enables you to prevent or filter out undesirable recommendations. Every recommendation moves through the branch and is tested against the expression.
  • Limit Reofferes Element: Count the number of times a user sees a certain recommendation. You can choose how long to wait before displaying a recommendation again and how many times the user must respond to a recommendation.
  • Map Element: Without writing any Apex code, you may create and edit existing fields using formulas by using the Map element. It instead uses formulas and expressions. To transfer data from a Recommendation field with one name to a Flow input with another name, use the Map element. Alternatively, you can use it to add context-specific information to the Description, Name, and other fields' existing values.
  • Sort Element: Choose how recommendations are ordered within a branch and reorder them using Recommendation fields.
  • Branch Merge Element: Combine recommendations from multiple branches into a single branch.
  • Branch Selector Element: Create distinct phrases for each branch and use a branch selector to filter several branches. The branch's recommendations are accepted and consolidated into a single branch if the phrase is true.
  • First Non-empty Branch Element: You can filter branches based on the order in which they appear on the canvas using the first non-empty branch element. All other branches are prohibited save the first one that provides recommendations.

 

Why use Strategy Builder rather than Flow Builder?

There are some features that some features are Builder which are:

  1. Limiting the number of times some recommendations are shown
  2. Can Display recommendations on a site outside of Experience Cloud
  3. Einstein Recommendation Builder's AI-generated recommendations are displayed
 

To Conclude, using Strategy Builder can be very beneficial as it will aid the user and make it easier to serve their goals. Having a Strategy is fundamental to ensure success.


 

November 27, 2022

Salesforce Metadata API

Metadata Alt

There are three main ways that metadata can be used in Salesforce Apex to complete the necessary processes: by importing the metadata into Salesforce, by updating it in the product’s interface, or by using the Salesforce metadata API.

Salesforce Metadata API explains how salesforce.com and Force.com development artifacts are structured. With Force.com, you only need to code as opposed to the customary development process of code-compile-package-deploy.

What is Salesforce Metadata?
Metadata is a simple lightweight language which based on XML. Salesforce metadata are parts of Salesforce that define how objects behave and how your org looks ,metadata are the “nuts and bolts” of your Salesforce org.

You may assume that metadata and data are the same – they are not.

  • Data relates to the records that a business relies on, e.g. users, Accounts, Contacts, etc.
  • Metadata is the data that describes data, the way that records behave and the “look and feel” of your Salesforce org.

Hard-coded applications are a thing of the past – configuration is the flair of the season.

Organisations need flexible applications that can be tailored to what their business requires, without needing high-level programming skills. Metadata is what transforms Salesforce from a simple database into an entire platform – that’s why Salesforce metadata is so powerful.

Salesforce Metadata API is used to manage our application customisation programatically as well as export and migrate meta data. Force.com Migration tools uses Metadata API to retrieve and modify our organisation structure. Salesforce.com has made this asynchronous API available to users so that you can build your own client applications on top of it.

Salesforce users frequently ignore the extensive range of Salesforce metadata. Whatever your position, it’s critical to comprehend the distinction between data and metadata. Your metadata supports a number of daily business operations and contains important information about your Salesforce org. Therefore, it needs to be handled carefully.