Feature Flags (Contracts)
priceEntityAfterSave
If enabled, the whole Quote or Contract is recalculated after changes in a Configurator are saved. Default value: disabled
Id – configurator.priceEntityAfterSave
Type – boolean
Value – false
contractDateInPastValidation
If enabled, a verification if the contract expiry date is not in the past is performed.
Id – contractDateInPastValidation
Type – boolean
Value – false
showLineItemLookup
The showLineItemLookup flag enables you to hide the contract item search field. Default value: enabled
Id – contractEditor.showLineItemLookup
Type – boolean
Value – true
showAssignAccount
The complete contract header or its individual elements can be hidden according to your needs.
If enabled, Assign Account action is displayed. Default value: disabled
Id – contractHeaderConfiguration.showAssignAccount
Type – boolean
Value – false
showAssignOpportunity
The complete contract header or its individual elements can be hidden according to your needs.
If enabled, Assign Opportunity action is displayed. Default value: disabled
Id – contractHeaderConfiguration.showAssignOpportunity
Type – boolean
Value – false
showCreatedByName
The complete contract header or its individual elements can be hidden according to your needs.
If enabled, the Created By field is displayed in the header. Default value: enabled
Id – contractHeaderConfiguration.showCreatedByName
Type – boolean
Value – true
showEndDate
The complete contract header or its individual elements can be hidden according to your needs.
If enabled, the End Date field is displayed in the header. Default value: enabled
Id – contractHeaderConfiguration.showEndDate
Type – boolean
Value – true
showLastUpdateDate
The complete contract header or its individual elements can be hidden according to your needs.
If enabled, the Last Update Date field is displayed in the header. Default value: enabled
Id – contractHeaderConfiguration.showLastUpdateDate
Type – boolean
Value – true
showSignatureStatus
The complete contract header or its individual elements can be hidden according to your needs.
If enabled, the Signature Status field is displayed in the header. Default value: enabled
Id – contractHeaderConfiguration.showSignatureStatus
Type – boolean
Value – true
showStartDate
The complete contract header or its individual elements can be hidden according to your needs.
If enabled, the Start Date field is displayed in the header. Default value: enabled
Id – contractHeaderConfiguration.showStartDate
Type – boolean
Value – true
showStatus
The complete contract header or its individual elements can be hidden according to your needs.
If enabled, the Status field is displayed in the header. Default value: enabled
Id – contractHeaderConfiguration.showStatus
Type – boolean
Value – true
showUserGroups
The complete contract header or its individual elements can be hidden according to your needs.
If enabled, the User Group Edit/View field is displayed in the header. Default value: enabled
Id – contractHeaderConfiguration.showUserGroups
Type – boolean
Value – true
showWorkflowStatus
The complete contract header or its individual elements can be hidden according to your needs.
If enabled, the Workflow Status field is displayed in the header. Default value: enabled
Id – contractHeaderConfiguration.showWorkflowStatus
Type – boolean
Value – true
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.
Id – contractItemInput.nameField
Type – text
Value – uniqueName
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.
Id – contractItemInput.valueField
Type – text
Value – label
showBackToList
Allows you to customize the content of the Contract details page.
If enabled, the arrow icon, allowing users to navigate from a Contract detail page back to the list of Contracts, is displayed. Default value: enabled
Id – contracts.showBackToList
Type – boolean
Value – true
showCalculationDate
Allows you to customize the content of the Contract details page.
Shows/hides the Calculation Date text field on the Contract Header tab. Default value: true
Id – contracts.showCalculationDate
Type – boolean
Value – true
showContractEndDate
Allows you to customize the content of the Contract details page.
Shows/hides the End Date text field on the Contract Header tab. Default value: true
Id – contracts.showContractEndDate
Type – boolean
Value – true
showContractExternalRef
Allows you to customize the content of the Contract details page.
Shows/hides the External Reference text field on the Contract Header tab. Default value: true
Id – contracts.showContractExternalRef
Type – boolean
Value – true
showContractGroups
Allows you to customize the content of the Contract details page.
Shows/hides (editable) fields "User Group (Edit)" and "User Group (View)" on the Contract Header tab. Default value: true
Id – contracts.showContractGroups
Type – boolean
Value – true
showContractStartDate
Allows you to customize the content of the Contract details page.
Shows/hides the Start Date text field on the Contract Header tab. Default value: true
Id – contracts.showContractStartDate
Type – boolean
Value – true
idField
Allows you to configure 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.
Id – customerInput.idField
Type – text
Value – customerId
valueField
Allows you to configure 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.
Id – customerInput.valueField
Type – text
Value – name
idField
Allows you to configure 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.
Id – productInput.idField
Type – text
Value – sku
nameField
Allows you to configure 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.
Id – productInput.nameField
Type – text
Value – sku
valueField
Allows you to configure the product input for quotes and contracts.
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.
Id – productInput.valueField
Type – text
Value – label
showContractHeaderText
If enabled, the Header Text panel in the contract detail view is visible. Default value: enabled
Id – showContractHeaderText
Type – boolean
Value – true
contractDetail
If enabled, new contract detail will be used.
Id – useReactFor.contractDetail
Type – boolean
Value – false
contractList
If enabled, new contract list will be used.
Id – useReactFor.contractList
Type – boolean
Value – true
Found an issue in documentation? Write to us.