Loading
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
          Update the insRecordEditor Class Name in the insQuote Lightning Web Component

          Update the insRecordEditor Class Name in the insQuote Lightning Web Component

          After you extend the insRecordEditor Lightning web component for use with the OmniScript, add the name of your extended insRecordEditor to the insQuote Lightning web component HTML file.

          1. Clone the insQuote Lightning web component and give the clone a new name.
          2. Open the cloned version of the Lightning web component in Salesforce DX.
          3. Extend the insRecordEditor Lightning web component based on your business requirements. For guidance, see Extend Vlocity Lightning Web Components.
          4. Open the HTML file.
          5. In this line, replace all instances of ins-record-editor with the name of your custom extended record editor component:
            <c-ins-record-editor class="vloc-ins-record-editor" in-debug-mode={inDebugMode} rule-context={ruleContext} root-channel={rootChannel} title={recordEditorTitle} editor-config={editorConfig} record-id={recordId} theme={theme}></c-ins-record-editor> 
            Note
            Note

            Be sure to use kebab case because that's what HTML understands.

          6. Save the HTML file of your extended Lightning web component and deploy it into your org.
           
          Loading
          Salesforce Help | Article