...
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.
Configured on page – Administration > Configuration > Quoting > General Settings
See also – Creation Workflow
Type – boolean
Sample value –
true
enableSubmitReasonForTypes
Enable submitter comment. For Quotes, Contracts, Rebate Agreements, Compensation Plans or Price Lists, you can allow users to optionally enter comments when they submit the document.
Configured on page – Administration > Configuration > System Configuration > My Workflows
Type – json array
Sample value –
[ "Q", "CT", "RBA", "CO", "PL" ]
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).
Configured on page – Administration > Configuration > Templates > Publishing Templates
See also – Publishing Templates
Type – json object
Sample value –
{ "templates" : [ ] }
...