Open
Conversation
lsabaevasf
reviewed
Feb 6, 2026
| */ | ||
| @AuraEnabled | ||
| public static Map<String, Object> postRatingFromLwc(String postPayloadJson) { | ||
| InsuranceRatingApexService service = new InsuranceRatingApexService(); |
Collaborator
There was a problem hiding this comment.
Should we provide postRatingFromLwc from LWC or is that something that customers will add themselves?
Contributor
Author
There was a problem hiding this comment.
I was thinking we'd provide postRatingFromLwc as an example currently referenced in the LWC, and then customers could enhance or reuse the code in their own AuraEnabled methods if they want to override
lsabaevasf
reviewed
Feb 6, 2026
| </div> | ||
| </div> | ||
| <div if:true={displayErrorMsg} class="slds-notify slds-notify_alert slds-alert_error slds-m-bottom_medium" role="alert"> | ||
| <span class="slds-icon_container slds-m-right_x-small"> |
Collaborator
There was a problem hiding this comment.
@kchen-salesforce Just a heads up, no need to change (nit). I came across this: https://developer.salesforce.com/docs/platform/lwc/guide/create-conditional.html
It sounds like the recommended directives are lwc:if|elseif?else.
lsabaevasf
approved these changes
Feb 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Initial implementation of a comprehensive Product Selection Lightning Web Component system for Digital Insurance workflows. This provides a complete product selection and comparison experience integrated with OmniScripts.
What's Being Added
New Apex Service Layer
New Lightning Web Components
Core Component
New Utility Modules
Supporting Components
New Configuration Assets
Capabilities Being Introduced
Technical Details