Loading
Visual Studio Code Based Modeler for Consumer Goods Cloud
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Business Object Helper Contract

          Business Object Helper Contract

          The BusinessObjectHelper (BoHelper) contract is similar to a standard BO contract but doesn’t need a data source.

          Required Editions

          Available in: Lightning Experience in Professional, Unlimited, and Enterprise Editions that have Consumer Goods Cloud enabled.

          BoHelper object is declared in the Process contract as a ProcessContext variable and is automatically instantiated when the Process Contract is instantiated. It can be used in multiple Process contracts and supports a single method, createAsync. It also supports the arbitrary business logic methods and customization of these methods. It doesn’t support the SAVE, LOAD, and VALIDATE functions. The BoHelper object doesn’t support the following objects:

          • Nested objects
          • Nested list objects
          • Object lookups

          You can create a BoHelper object by using the context menu of the BusinessObjectHelpers folder. The following naming convention must be used while creating a BoHelper object:

          "BoHelper" + [user input]

          For example,

          BoHelperStoreCockpit

          The new BoHelper object is in the same folder as the standard business object.

           
          Loading
          Salesforce Help | Article