allowConversionOfExpired
If set to true, you can convert a Quote to Deal when it is expired.
false
autoConvertQuotes
Enables auto-conversion of a Quote from Offer to Deal.
true
calculableExcelExportUseStreamingWorkbook
If set to true, streaming export for quotes is enabled. By default it is disabled.
true
calculateNewQuoteImmediately
If set to true, the Quote’s header logic is executed right after the Quote is created (i.e. before the user can see it).
true
copyCLICAttachments
If set to true, attachments are copied when duplicating a Quote. By default this is switched off.
defaultGroups
Sets which objects will be assigned the same default user groups as the creator has.
{
"quote" : true,
"contract" : true,
"rebateAgreement" : true,
"compensation" : false,
"pricelist" : true,
"manualPricelist" : true,
"priceGrid" : false,
"simulation" : false,
"lookupTable" : false,
"dataChangeRequest" : false
}
defaultQuoteHeaderFormula
Name of a Logic. Defines a calculation logic used at the quote header level.
DefaultQuoteHeaderLogic
disabledDocxDownload
Allows you to hide the icon for downloading objects (e.g. Quotes, Contracts) in the DOCX format.
true
disableSaveWhenCreationWorkflowIsFinishedQuote
If enabled, Quote is submitted automatically when document creation WF is finished. If the Quote is rejected in the approval process, the creation workflow is restarted at its last step allowing further work on the document.
true
publishingTemplates_<typeCode>
Specifies Excel or Word templates used for publishing documents to XLSX, PDF or DOC formats. You need to specify the type by adding a suffix: "publishingTemplates_Q" (Q for quotes; others respectively).
{ "templates" : [ ] }
quoteAddCustomerGroupInput
If set to true, the Customer Group user input field is shown in the Input Parameters on the Quote root level.
false
quoteAddCustomerInput
If set to true, the Customer user input field is shown in the Input Parameters on the Quote root level.
true
quoteApplyCustomerFilter
If set to true, users with a set up customer filter will see only quotes created for those customers.
quoteApplyOwnQuotesFilter
If set to true, users will see only the quotes that they have themselves created.
true
quoteExpiryDateOffset
Sets up the number of days which will by default offset the respective date when creating a new Quote in QuoteConfigurator.
30
quoteItemSelectorInputs
Makes inputs which are displayed in the quote’s Input Parameters section available to users in the product selector.
[
{
"name" : "Quantity",
"label" : "Quote Quantity",
"type" : "USERENTRY"
}
]
quotePrefix
Sets the Quotes prefix in their name. The default is P (due to backward compatibility).
P-
quoteProductRecommendationsConfig
Allows you to configure Product Recommendations Model.
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$.
$uniqueName$-REV-$revId$
quotesMassUpdateTemplates
Defines templates on which Quote mass update jobs are based.
{
"MassiveClusterChanges":{
"isDefault":true,
"config":{
"headerInputUpdateDefs":[
],
"inputUpdateDefs":[
],
"outputDefs":[
],
"inputDefs":[
],
"inputsLogic":"ClusterItemMassUpdate",
"headerInputsLogic":"ClusterMassUpdate",
"headerOverridesLogic":null,
"overridesLogic":null
}
}
}
quotesReasons
Lists of Reasons displayed in Quotes when, for example, the user moves the quote status from Offer to Lost - the user is offered to select the reason from this list of configured reasons.
quoteTargetDateOffset
Sets up the number of days which will by default offset the respective target date when creating a new Quote in QuoteConfigurator.
runCreationWorkflowOnQuoteSave
If set to true, the creation workflow logic is executed right after a Quote is saved.
true
saveAndCalculateNewQuoteImmediately
If set to true, a new Quote is calculated immediately after saving.
true
skipRevisionRecalc_<typeCode>
If set to true, a new revision of Q/RBA/CT is not recalculated immediately. You need to specify the type by adding a suffix: "skipRevisionRecalc_Q" (Q for quotes; others respectively).
startPagePanels
Allows you to define at the partition level the list of portlets that will be displayed on the Home page.
[
"pricelist",
"rebateManager",
"promotionManager",
"priceShop"
]
usePersistedQuoteCalculation
If set to true, Persisted Quote Calculation Processor is used; otherwise QuoteCalculationProcessor is used.
useResultNamesInExcelExport
If set to true, a quote exported to Excel uses result names (not Labels) as column headers on the Data tab.
true