Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

disabledDocxDownload

Allows you to hide the icon for downloading objects (e.g. Quotes, Contracts) in the DOCX format.

Type – boolean
Sample valuetrue

...

quoteItemSelectorInputs

Makes inputs which are displayed in the quote’s Input Parameters section available to users in the product selector.

Type – json array
Sample value[
    {
        "name" : "Quantity",
        "label" : "Quote Quantity",
        "type" : "USERENTRY"
    }
]

...

quoteProductRecommendationsConfig

Allows you to configure Product Recommendations Model.

Type – json object

quoteRevisionFormat

Allows you to add a string of your choice between the Quote unique name and the revision number. The default value of this option is $uniqueName$-REV-$revId$.

Type – text
Sample value$uniqueName$-REV-$revId$

...