Versions Compared

Key

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

...

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 alsoCreation Workflow
Type – boolean
Sample valuetrue

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
Type – json object
Sample value{ "templates" : [ ] }

...