You are here:
Commercial Quote OmniScript
Commercial quoting is powered by the Commercial Quote OmniScript. It uses Rating Procedures, Integration Procedures, Omnistudio Data Mappers, LWCs, and FlexCards to create the guided flow.
You can find the Commercial Quoting OmniScript in OmniStudio OmniScripts under:
-
Type/Subtype: InsCommercial/QuoteCreation
-
OmniScript Name: Commercial Quote Creation
Here's a deeper look into its components:
Component Name |
Component Type |
What It Does |
What It Calls |
|---|---|---|---|
getAccOppInformation |
Data Mapper Extract Action |
It extracts details of the opportunity, the associated account, producer, and record ID. |
Ins_ReadAccountAndOpportunityDetails_CommercialQuoteOS |
quoteDetailsSection |
Step |
Displays the screen for the user to enter quote information. |
None |
getRatedProductsDetails |
Remote Action |
Calls the getRatedProducts method to get an array of one or more products. |
|
setEditBlockWithPrefilledValues |
Set Values |
Prefills values for the products returned in the previous step. |
None |
selectProduct |
Step |
Displays the screen for the user to select a product for the quote. |
None |
actionBlock |
Action Block |
Uses an integration procedure to create the quote. |
Commercial Quote Creation |
confirmQuote |
Step |
Displays the confirmation screen with the details of the newly created quote. |
None |

