Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

Updating Clone Quote's Naming Format

When a quote is cloned, the default naming format: "Clone-[existing quote name]". You can update this format based on your business requirements.
  1. Go to Update a Configuration API.
  2. Enter the parameters as mentioned below.
    "Category": "clonespec",
    "Name": "proposal",
    "Value": "{\"ObjectName\":\"Proposal\", \"OverrideFields\":{\"ProposalName\":\"{\\u0022Template\\u0022:\\u0022Clone-{0}\\u0022,\\u0022ObjectFields\\u0022:[\\u0022ProposalName\\u0022]}\", \"ApprovalStage\":\"Draft\",\"ApprovalStatus\":\"Not Submitted\"}}"
    The term Clone in the Template field indicates the term added to cloned quote name.
  3. Replace Clone in the Template field with your preferred term and execute the API to apply configuration changes.