Versions Compared

Key

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

...

showWorkflowButton

You can decide, which contract action buttons to display or hide on the contract list and detail view pages.

If enabled, the Workflow tab is displayed. Default value: enabled

IdcontractButtonsConfiguration.showWorkflowButton
Type – boolean
Valuetrue

contractDateInPastValidation

If enabled, a verification if the contract expiry date is not in the past is performed.

IdcontractDateInPastValidation
Type – boolean
Valuefalse

showLineItemLookup

The showLineItemLookup flag enables you to hide the contract item search field. Default value: enabled

IdcontractEditor.showLineItemLookup
Type – boolean
Valuetrue

...

nameField

Allows you to configure contract items input.

Name of Contract object field, whose value will be displayed to the user, when they search on Items tab when searching for adding new line item.

IdcontractItemInput.nameField
Type – text
ValueuniqueName

valueField

Allows you to configure contract items input.

Name of Contract object field, whose value will be displayed to the user, when they search on Items tab when searching for adding new line item.

IdcontractItemInput.valueField
Type – text
Valuelabel

...

showItemsViewOptions

Allows you to customize the content of the Contract details page.

If enabled, the View Options (eye) icon is displayed on the Items tab. This option can be used to switch between the tree view and the table view. Default value: enabled

Idcontracts.showItemsViewOptions
Type – boolean
Valuetrue

contractSaveBeforeSubmit

If enabled, a contract draft is saved automatically when the user clicks the Submit button without previously saving the contract.

IdcontractSaveBeforeSubmit
Type – boolean
Valuefalse

disabled

Allows you to configure or disable the customer input for quotes and contracts.

IdcustomerInput.disabled
Type – boolean
Valuefalse

idField

Allows you to configure or disable the customer input for quotes and contracts.

Name of Customer object field, whose value will be displayed to the user in brackets, when they click on Customer input and the dropdown with list of customers shows. This value will then become a value of the Customer input field, which can be read in the logic.

IdcustomerInput.idField
Type – text
ValuecustomerId

lookupField

Allows you to configure or disable the customer input for quotes and contracts.

IdcustomerInput.lookupField
Type – text
ValuecustomerId

placeholder

Allows you to configure or disable the customer input for quotes and contracts.

IdcustomerInput.placeholder
Type – text
ValueEnter the customer ID

searchButtonTip

Allows you to configure or disable the customer input for quotes and contracts.

IdcustomerInput.searchButtonTip
Type – text
ValueSearch customer

valueField

Allows you to configure or disable the customer input for quotes and contracts.

Name of Customer object field, whose value will be displayed to the user, when they click on Customer input and the dropdown with list of customers shows.

IdcustomerInput.valueField
Type – text
Valuename

expandWorkflowComments

If enabled, comments entered by the approvers are expanded when the Workflow tab is displayed. Default value: disabled

IdexpandWorkflowComments
Type – boolean
Valuefalse

inputRules

Currently, there is one input rule type implemented for the table view and input matrix. Example: { from: 'Sales Discount in %', to: 'Quote Quantity', action: 'delete' }This means that content of 'Quote Quantity' field should be deleted if the 'Sales Discount in %' field is modified.

IdinputRules
Type – json array
Value[]

automaticSelection

Allows you to configure or disable the product input for quotes and contracts.

If enabled, the line item is automatically added to the quote, contract or rebate agreement when it’s the only one item with sku or label matching the filter. For Ember only.

IdproductInput.automaticSelection
Type – boolean
Valuefalse

disabled

Allows you to configure or disable the product input for quotes and contracts.

IdproductInput.disabled
Type – boolean
Valuefalse

idField

Allows you to configure or disable the product input for quotes and contracts.

Name of Product object field, whose value will be displayed to the user in brackets, when they click on Product input and the dropdown with list of customers shows. This value will then become a value of the Product input field, which can be read in the logic.

IdproductInput.idField
Type – text
Valuesku

lookupField

Allows you to configure or disable the product input for quotes and contracts.

IdproductInput.lookupField
Type – text
Valuesku

nameField

Allows you to configure or disable the product input for quotes and contracts.

Name of Product object field, whose value will be displayed to the user, when they search on Items tab when searching for adding new line item.

IdproductInput.nameField
Type – text
Valuesku

placeholder

Allows you to configure or disable the product input for quotes and contracts.

IdproductInput.placeholder
Type – text
ValueEnter the product SKU

searchButtonTip

Allows you to configure or disable the product input for quotes and contracts.

IdproductInput.searchButtonTip
Type – text
ValueSearch product

valueField

Allows you to configure or disable the product input for quotes and contracts.

IdproductInput.valueField
Type – text
Valuelabel

contractDetail

If enabled, new contract detail will be used.

IduseReactFor.contractDetail
Type – boolean
Valuefalse

contractList

If enabled, new contract list will be used.

IduseReactFor.contractList
Type – boolean
Valuetrue

contractDateInPastValidation

If enabled, a verification if the contract expiry date is not in the past is performed.

IdcontractDateInPastValidation
Type – boolean
Valuefalse

contractSaveBeforeSubmit

If enabled, a contract draft is saved automatically when the user clicks the Submit button without previously saving the contract.

IdcontractSaveBeforeSubmit
Type – boolean
Valuefalse

expandWorkflowComments

If enabled, comments entered by the approvers are expanded when the Workflow tab is displayed. Default value: disabled

IdexpandWorkflowComments
Type – boolean
Valuefalse

inputRules

Currently, there is one input rule type implemented for the table view and input matrix. Example: { from: 'Sales Discount in %', to: 'Quote Quantity', action: 'delete' }This means that content of 'Quote Quantity' field should be deleted if the 'Sales Discount in %' field is modified.

IdinputRules
Type – json array
Value[]

Name of Product object field, whose value will be displayed to the user, when they click on Product input and the dropdown with list of products shows.

IdproductInput.valueField
Type – text
Valuelabel

showContractHeaderText

If enabled, the Header Text panel in the contract detail view is visible. Default value: enabled

IdshowContractHeaderText
Type – boolean
Valuetrue

showTableView

To display the table view as the default view to the user on the Quote and Contract Items tab, enable this property. Default value: disabled

IdshowTableView
Type – boolean
Valuefalse

contractDetail

If enabled, new contract detail will be used.

IduseReactFor.contractDetail
Type – boolean
Valuefalse

contractList

If enabled, new contract list will be used.

IduseReactFor.contractList
Type – boolean
Valuetrue

validateInputsOnPrice

Configures user inputs validation (if all required fields are filled in) when a quote or contract is recalculated. Possible values: none – Disables the validation. strict – Prevents the action to be executed if the validation fails. warn – The action is executed even if the validation fails but a warning is displayed.

IdvalidateInputsOnPrice
Type – text
Valuestrict

...