You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: osComponents/ProductConfiguration/lwc/productConfiguration/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The `productConfiguration` Lightning Web Component (LWC) is designed for Digital
27
27
| File | Type | Description |
28
28
| :---- | :---- | :---- |
29
29
|`InsuranceRatingApexService.cls`| Apex Class | Service class that wraps the createInsuranceRating and repriceInsuranceProduct invocable action.|
30
-
|`ProductSelectionLabels.labels`| Custom Labels | UI text labels for translation support |
30
+
|`ProductConfigurationLabels.labels`| Custom Labels | UI text labels for translation support |
31
31
32
32
---
33
33
@@ -84,7 +84,7 @@ Embed the productConfiguration LWC in an Omniscript by using the Custom Lightnin
84
84
3. Set the **LWC Component Name** to `c-product-configuration`
85
85
4. Configure the component properties (see [Public Properties](#public-properties-api))
86
86
87
-
If you set `clearStateOnPrev` to `true`, hide the standard Previous and Next buttons in the step by reducing their width to 0\. The productSelection LWC shows Previous and Next buttons for navigation.
87
+
If you set `clearStateOnPrev` to `true`, hide the standard Previous and Next buttons in the step by reducing their width to 0\. The productConfiguration LWC shows Previous and Next buttons for navigation.
88
88
89
89
### Data Output Structure
90
90
@@ -102,7 +102,7 @@ The component outputs data to OmniScript via `omniUpdateDataJson()`:
102
102
103
103
| Issue | Possible Cause | Solution |
104
104
| :---- | :---- | :---- |
105
-
| "No products are available" | Rating API returned no products or ran into error | Verify `rootProductCodes` and `ratingInputs` are correct. |
105
+
| "No products are available" | Rating API returned no products or ran into error | Verify `ratingInputs` are correct. |
106
106
| OmniscriptBaseMixin not found on component deployment | Missing Omniscript customization package | Ensure `omniscriptBaseMixin` and utility modules are deployed by following the [Prerequisites](../../../README.md#prerequisites). |
107
107
| Missing context or product details on rating call response | Wrong API version | Ensure that all components and supporting files use Salesforce API version **66.0** or later. |
108
108
| State not persisting | clearStateOnPrev is not set to true | Hide step buttons by setting width to 0 and set `clearStateOnPrev` to true. |
Copy file name to clipboardExpand all lines: osComponents/ProductConfiguration/lwc/productConfigurationMessageItem/productConfigurationMessageItem.html
0 commit comments