Loading
Feature degradation | Gmail Email delivery failureRead More
Insurance
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
          Required Input in a Rating Integration Procedure

          Required Input in a Rating Integration Procedure

          Each input JSON node in a rating Integration Procedure must include parentProdKey and productKey. These two keys carry over as input to the expression sets called by this Integration Procedure.

          Also, the input variables coming into the Integration Procedure need to map correctly to the input variables of the expression set that this Integration Procedure calls in the calculation step. The expression set needs these input variables to run correctly.

          Fun fact: expression set input variables don't correspond directly to attributes on a product model. Instead, they correspond to the Rating Input Mapping that's configured on the attribute in the product model.

          Now let's look at an example that shows the flow from product model to expression set to Integration Procedure.

          Here's a product model. In it, the Value (Attribute Code = avValue) has the Rating Input Mapping set to carValue.

          Product with Rating Input Mapping highlighted

          This is how this input variable appears in an expression set.

          Pricing Setup input variable highlighted

          And here's the input JSON for the Integration Procedure that calls the expression set, with the carValue input variable and the required parentProdKey and productKey highlighted. Both of these required keys must be carried over to the output JSON.

          Input JSON with input variable and required parentProdKey and productKey highlighted

           
          Loading
          Salesforce Help | Article