Loading
Salesforce now sends email only from verified domains. Read More
Help Agent Performance DegradationRead 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
          What's in Auto Quote OmniScript

          What's in Auto Quote OmniScript

          The Auto Quote is LWC Enabled. It's built using LWCs you can learn about in.Insurance Lightning Web Component UI Development Kit

          This is the complete structure of the Auto Quote OmniScript:

          The OmniScript structure.

          Here's a look at each component of the Auto Quote OmniScript, including the component type, the purpose of the component, and what the component calls:

          1. Set Defaults

            • Component type: Set Values

            • What it does: Sets default values

            • Calls: None

          2. getContextType

            • Component type: Omnistudio Data Mapper Extract Action

            • What it does: Extracts account Id, contact Id, and RecordType

            • Calls: auto_ExtRecordType Data Mapper

          3. readAccount

            • Component type: Data Mapper Extract Action

            • What it does: Extracts an account Id

            • Calls: auto_ExtrPersAcctDetails_QuoteOS Data Mapper

          4. readProducer

            • Component type: Data Mapper Extract Action

            • What it does: Extracts a producer Id

            • Calls: auto_ExtrProducer_QuoteOS

          5. intro

            • Component type: Step > Text Block

            • What it does: Shows users intro text about auto insurance

            • Calls: None

          6. ReusableDriverInput1

            • Component type: OmniScript

            • What it does: Gathers information about each driver to be insured

            • Calls: auto/ReusableDriverInput OmniScript

          7. ReusableVehicleInputNoServiceIntegration1

            • Component type: OmniScript

            • What it does: Gathers information about each vehicle to be insured

            • Calls: auto/ReusableVehicleInput

          8. AutoInsuredItems

            • Component type: Integration Procedure Action

            • What it does: Merges the data about the drivers and vehicles

            • Calls: Auto_MergeInsuredItems Integration Procedure

          9. createUserInputs

            • Component type: Data Mapper Transform Action

            • What it does: Formats the data JSON so that the InsProductService:getRatedProducts service can take it as input and rate the insurance product(s)

            • Calls: auto_TransForGetRatedProducts_QuoteOS

          10. configure > configureProduct

            • Component type: Step > Custom LWC

            • What it does: Provides a UI that lets the user configure the insured items, insured parties, and coverages on the rated product.

            • Calls: vlocity_ins__insOsMultiInstanceGrandchildren LWC

          11. createUpdateQuote

            • Component type: Integration Procedure Action

            • What it does: Creates a quote record.

            • Calls: Auto_CreateUpdateQuote Integration Procedure

          12. deCryptQuote

            • Component type: Remote Action

            • What it does: Decrypts the data, if necessary.

            • Calls: decryptIfNecessary

          13. readQuote

            • Component type: Data Mapper Extract Action

            • What it does: Extracts data from the quote record just created.

            • Calls: auto_ReadQuote_QuoteOS Data Mapper

          14. confirmQuote

            • Component type: Step, which contains six components

            • What it does: Several things, listed step-by-step below

            • Calls: None at the Step level

            1. txtThankYou

              • Component type: Text Block

              • What it does: Posts text thanking the user for getting a quote

              • Calls: None

            2. quoteConfirm

              • Component type: Custom LWC

              • What it does: Displays information about the quote to the user

              • Calls: vlocity_ins__insOsConfirmation LWC

            3. txtUnderwritingReview

              • Component type: Text Block

              • What it does: Tells the user that an underwriter needs to review their information before a quote can be given.

              • Calls: None

            4. underwritingRules

              • Component type: Custom LWC

              • What it does: Runs the underwriting rules on the quote data to determine whether this quote needs to be reviewed by an underwriter.

              • Calls: insOsProductRulesReviewExtended LWC

            5. txtFooter

              • Component type: Text Block

              • What it does: Gives the user contact info for the insurer.

              • Calls: None

            6. viewQuote

              • Component type: Navigate Action

              • What it does: Lets the user navigate to see the full details fo the quote.

              • Calls: None

           
          Loading
          Salesforce Help | Article