-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add Salesforce CPQ Config (#627)
Co-authored-by: matinraj <[email protected]> Co-authored-by: Matthias Rolke <[email protected]>
- Loading branch information
1 parent
dfbd187
commit 3d516ff
Showing
13 changed files
with
1,517 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
{ | ||
"$schema": "../schema.json", | ||
"settings": { | ||
"salesforceCpqConfig": { | ||
"documents": { | ||
"documentFolder": "User Personal Documents", | ||
"hideDocumentName": false, | ||
"fullPagePreview": false, | ||
"excludeHiddenLinesInGroupTotals": false, | ||
"attachmentTarget": "Document Only", | ||
"postToFeed": false, | ||
"enableMultiLanguageTranslations": false | ||
}, | ||
"groups": { | ||
"requireGroupName": true | ||
}, | ||
"lineEditor": { | ||
"hideRenewedAssetsWhenEditing": false, | ||
"visualizeProductHierarchy": false, | ||
"preserveBundleStructure": true, | ||
"keepBundleTogether": true, | ||
"totalsField": "Default", | ||
"lineSubtotalsTotalField": "Default", | ||
"defaultBundleSetting": "Expanded", | ||
"actionsColumnPlacement": "Right", | ||
"enableMultiLineDelete": false, | ||
"productConfigurationInitializer": "", | ||
"enableAssetUpgrades": false, | ||
"groupSubtotalsField": "Default", | ||
"wrapButtons": false, | ||
"validateLargeQuotes": false, | ||
"enableCompactMode": true, | ||
"enableLargeQuoteExperience": false, | ||
"enableColumnResizing": false | ||
}, | ||
"plugins": { | ||
"legacyPageSecurityPlugin": "", | ||
"electronicSignaturePlugin": "", | ||
"billingPlugin": "", | ||
"productSearchPlugin": "", | ||
"recommendedProductsPlugin": "", | ||
"legacyQuoteCalculatorPlugin": "", | ||
"documentStorePlugin": "", | ||
"quoteCalculatorPlugin": "", | ||
"orderManagementPlugin": "", | ||
"qleCustomActionPlugin": "" | ||
}, | ||
"pricingAndCalculation": { | ||
"currencySymbol": "", | ||
"enableQuickCalculate": false, | ||
"allowNonConsecutiveCustomSegments": false, | ||
"enablePricingGuidance": false, | ||
"quoteLineEditsForUsageBasedPricing": false, | ||
"useInactivePrices": false, | ||
"calculateImmediately": false, | ||
"disableBackgroundCalculationRefresh": false, | ||
"enableUsageBasedPricing": false, | ||
"hideUncalculatedQuoteWarning": false, | ||
"useIntegrationUserForCalculations": true | ||
}, | ||
"subscriptionsAndRenewals": { | ||
"renewalModel": "Contract Based", | ||
"disableAddSubscriptions": false, | ||
"allowRenewalQuotesWithoutAssets": false, | ||
"subscriptionTermUnit": "Month", | ||
"subscriptionProratePrecision": "Monthly + Daily", | ||
"includeNetNewProductsInMaintenance": false, | ||
"contractInForeground": false, | ||
"enableEvergreenSubscriptions": false, | ||
"poTRenewalsContractingFromOrders": true, | ||
"amendContractsInBackground": false, | ||
"disableProductBundleSubTypeChecks": false, | ||
"bypassPreserveBundleStructure": false, | ||
"useCurrentSubscriptionOnAssets": false | ||
}, | ||
"quote": { | ||
"disableInitialQuoteSync": false, | ||
"disableQuoteContactDefaulting": false, | ||
"allowOptionDeletion": false, | ||
"disableQuoteAddressDefaulting": false, | ||
"primaryQuoteKeepsOpportunityProducts": false | ||
}, | ||
"order": { | ||
"requireApprovedQuote": false, | ||
"defaultOrderStartDate": "-- None --", | ||
"allowMultipleOrders": false, | ||
"createOrdersWithoutOpportunities": false | ||
}, | ||
"additionalSettings": { | ||
"triggersDisabled": false, | ||
"sortProductsInMemory": false, | ||
"multipleBundlesView": "Wizard", | ||
"externalConfiguratorUrl": "", | ||
"thirdPartyConfigurator": false, | ||
"openSearchFilterByDefault": false, | ||
"hideFeaturesWithHiddenOptions": false, | ||
"hideProductSearchBar": false, | ||
"productResultsGroupFieldName": "-- None --", | ||
"productDescriptionField": "Product Description", | ||
"theme": "-- None --", | ||
"useGlobalHeaderPermission": false, | ||
"serviceRegion": "Default", | ||
"enableProductOptionDrawer": false, | ||
"enableLargeConfigurations": false, | ||
"nestedBundlesForExternalConfigurator": false | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.