You are here:
insQuoteProductList Lightning Web Component
This component shows the list of eligible products that can be added to start building the quote.
The insQuoteProductList LWC displays:
-
A search field
-
Product Name with Product Family, Line of Business and Type.
Users can customize this from the Custom Settings.
-
Add, Reset, and Cancel buttons
-
Next and Previous buttons
What Users Can Do on this LWC
-
View the complete list of available products.
Use the Next and Previous buttons to navigate the list
-
Customize the columns in this modal.
To customize columns, navigate to Product List: Custom Settings > Mange Insurance Configuration Setup > Edit ProductSearchFields > Add Product fields in Setup Value.
-
Search for a product.
-
Select one or more products to add to a quote.
-
Add products to a quote.
-
Undo currently selected products.
-
Close the modal.
What this LWC Does
-
Adds selected product to
selectedProductIdslist. -
Sends
selectedProductsto insQuote component, which then adds these products to the Quote page.

