Versions Compared

Key

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

...

Code Block
languagejson
"buttons": {
"addButton": false,
"attachmentsButton": false,
"deleteMultipleButton": false,
"moveToFolderButton": false,
"markOfferAsLostButton": false,
"markOfferAsLostWithReasonButton": false,
"convertToDealButton": false,
"reconvertToDealButton": false,
"revokeButton": false,
"createNewRevisionButton": false,
"exportDetailButton": false,
"duplicateButton": false,
"deleteButton": false,
"switchBackToEmberButton": false,
"asyncPublishingButton": false,
"moveToButton": false,
"exportToPdfButton": false,
"exportToWordButton": false,
"exportToExcelButton": false,
"copyItemsToClipboardButton": false,
"importItemsToClipboardButton": false,
"addFolderButton": false,
"massEditButton": false,
"submitButton": false,
"saveButton": false,
"calculateButton": false,
"recalculateButton": false,
"recalculateChangedButton": false,
"calculateChangesOutputButton": false,
"calculateChangesInputButton": false,
"calculateChangesItemsButton": false,
"startCreationWorkflowButton": false,
"nextStepCreationWorkflowButton": false,
"backStepCreationWorkflowButton": false,
"finishCreationWorkflowButton": false,
"finishCreationWorkflowAndSubmitButton": false,
"withdrawButton": false,
"emailingButton": false,
"emailingAndSignatureButton": false,
"createOpportunityButton": false,
"assignOpportunityButton": false,
"assignAccountButton": false,
"showExportToExcelButton": false,
"showExportToWordButton": false,
"showExportToPdfButton": false,
"editButton": false,
"editLabelButton": false,
"downloadAttachmentsButton": false, // on the Attachments tab
"deleteAttachmentsButton": false, // on the Attachments tab
"uploadAttachmentsButton": false, // on the Attachments tab 
"copyToClipboardButton": false,
"importItemsFromClipboard": false, // on the Items tab
"deleteItemsButton": false, // on the Items tab
"duplicateItemsButton": false, // on the Items tab
"moveItemsToFolderButton": false, // on the Items tab
"addItemsButton": false, // on the Items tab
"browseMenuItemsButton": false, // on the Items tab
"summaryButton": false,
"copyButton": false,
"cancelButton": false,
"viewWorkflowButton": false,
"viewWorkflowHistoryButton": false
},

Note:

  • The same buttons can be hidden this way in Agreement & Promotion Types and Compensation Types.

  • There is a difference between deleteButton and deleteMultipleButton. If you select two Quotes on the List page, one of which has the deleteButton enabled on the root level in the Quote Type and the other one has the deleteButton disabled, the Delete button will be displayed and you will be able to delete both Quotes by this action. The reason is that when you select multiple Quotes, the button that is rendered is the deleteMultipleButton one. Therefore if you want to make sure that users do not delete Quote that they shouldn't you must disable also the deleteMultipleButton.

  • On the list page you can have Quotes based on different Quote Types. Some Quote Types use the JSON configuration to hide some context action buttons (Submit, Delete, etc.). When you select multiple Quotes where some have hidden buttons and some do not, the general rule is that when you select at least one Quote which has a specific contextual button hidden, then the button is hidden for the whole selection.

  • Hiding buttons on Dashboards and Configuration Wizards tabs is not supported.

...