Loading
Mail Delivery Issue Impacting Email to Salesforce UsersRead 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
          InsProductService:cloneProduct

          InsProductService:cloneProduct

          Use this service to clone a product.

          Class: InsProductService

          Method: cloneProduct

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

          How It Works

          1. The service takes the productId of the policy product to be cloned.

          2. Creates a cloned policy product, including attributes, coverages, insured items, rating facts, and rules.

            The new (cloned) policy product has a unique productId.

          Remote Options

          Option

          Description

          batchMode

          true or false

          When set to true, this service submits a VlocityBatchFramework batch to clone the product.

          Use this option if you have large products you need to clone.

          productId

          theIdYouAreLookingFor

          The Id of the product the service will clone.

          Input JSON

          This service doesn't take an input JSON.

          Output JSON

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

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