Loading
Feature Disruption - Service Cloud VoiceRead More
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
          Update the Transaction Type to Use Standard Configurator

          Update the Transaction Type to Use Standard Configurator

          If you enabled Advanced Configurator but need existing quotes to run with Standard Configurator instead, create a Standard Configurator transaction type and update quotes to use it. Existing quotes then run with Standard Configurator rules, while new quotes use the default TPT you specify.

          1. Create a Standard Configurator TPT.
          2. For a small number of quotes, manually edit each quote and set the Transaction Type to the Standard Configurator TPT you created.
          3. For large number of quotes:
            1. Export existing quotes to a .csv file using the following SOQL query: SELECT Id, TransactionType FROM Quote
              Apply filters to narrow results to the quotes you want to update.
            2. In the exported CSV file, replace the values in the TransactionType column with the DeveloperName of your Standard Configurator TPT.
            3. Use Workbench to bulk update Quote records with the CSV file. Use Async update if you’re working with large datasets.

          Update Procedure Plan Definition

          Ensure quotes use the Standard Configurator by adding criteria for the new transaction processing type in the procedure plan.

          1. From Setup, in the Quick Find box, find and select Procedure Plan Definitions.
          2. Open the procedure plan definition that you've configured for Insurance.
          3. Click Deactivate.
          4. In the Quote-level Procedure Plan Sections, locate the pricing procedure section.
          5. Add a new condition to use the correct pricing procedure.
            resource operator output value
            Label Equals Standard Configurator
            In the condition, specify the DeveloperName of the Standard Configurator TPT.
          6. Save and activate your procedure plan definition.
          • Updated quotes continue to run with Standard Configurator rules.
          • New quotes run with the default TPT set in Revenue Settings. If no default TPT is set, new quotes default to Advanced Configurator.
           
          Loading
          Salesforce Help | Article