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
          Example: Create a Custom Flow for Underwriting Rule Evaluation

          Example: Create a Custom Flow for Underwriting Rule Evaluation

          Set up a flow to trigger underwriting rule evaluation. This flow uses an Apex class to call the Underwriting Rules Invoke API directly from the Quote record.

          Required Editions

          Available in: Lightning Experience
          Available in: Enterprise, Unlimited, and Developer Editions with Digital Insurance Platform

          This example shows the basic approach to executing underwriting rules. You can customize the flow and API behavior based on your business requirements.

          1. Create an Apex class to send the Quote ID and To Stage values from a flow to the Insurance Underwriting Rules Invoke API. This class sends a POST request to the Underwriting Rules Invoke API, and then returns the underwriting rule API names and their execution status.
          2. Create a custom screen flow to take user inputs and evaluate underwriting rules.
            Element Typeelement namecomponentsDescription
            Screen Enter Inputs

            Text Input: Quote ID

            Text Input: To Stage

            Collects user inputs for the flow.
            Action Send POST Request - Calls the Apex class to send a POST request to the Insurance Underwriting Rules Invoke API.
            Screen Display Results Display Text: Underwriting Rule Details Displays the API response from the Action element, which includes underwriting rule API names and their execution status.

            Underwriting Rules Custom Flow

          3. Create a custom button for the Quote object.
          4. From the Object Manager, link the custom button to the flow.

          After the product admins create a custom button and configure the custom flow, insurance reps can click the custom button and provide required input to launch the flow.

           
          Loading
          Salesforce Help | Article