Loading
Salesforce now sends email only from verified domains. Read More
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
          InsQuoteService:cloneQuote

          InsQuoteService:cloneQuote

          Use this service to clone a quote.

          You can either add this service to the Quotes page layout as an action or button, or you can use it in an OmniScript or Integration Procedure flow.

          Note
          Note

          Before this service runs, the system runs a guest user check.

          This service can be used by guest users. A guest user who's running an OmniScript, Integration Procedure, or UI task will be able to continue; this service will run. However, the quoteId and opportunityId are encrypted in these cases, so guest users cannot see these Ids.

          Class: InsQuoteService

          Method: cloneQuote

          How It Works

          1. This service takes the quoteId of the policy product to be cloned.

          2. Creates a clone of the quote, including coverages, insured items, insured parties, and quote line items.

            The new (cloned) quote has a new unique quoteId and a unique Quote Number you can see on the quote detail page.

          Remote Options

          Option

          Description

          quoteId

          %theIdYouAreLookingFor%

          The Id of the quote the service will clone.

          Input JSON

          This service doesn't take an input JSON.

          Output JSON

          The service returns an Id for the cloned quote in the output JSON.

          {
              "clonedId": a1j1I000000i6ElQAI,
              "error": "OK"
          }
           
          Loading
          Salesforce Help | Article