...
disabledDocxDownload
Allows you to hide the icon for downloading objects (e.g. Quotes, Contracts) in the DOCX format.
See also – How to Hide Download DOCX Icon
Type – boolean
Sample value –
true
...
quoteItemSelectorInputs
Makes inputs which are displayed in the quote’s Input Parameters section available to users in the product selector.
See also – How to Add Inputs to Product Selector
Type – json array
Sample value –
[
{
"name" : "Quantity",
"label" : "Quote Quantity",
"type" : "USERENTRY"
}
]
...
quoteProductRecommendationsConfig
Allows you to configure Product Recommendations Model.
See also – Product Recommendations Configuration
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$
...