Skip to content

Commit 939df42

Browse files
Merge pull request #115 from nabondance/feat_cpq_settings_example
Add file example for cpqsettings:set working in cpq v.240
2 parents bef62fa + e3d57fa commit 939df42

File tree

2 files changed

+114
-1
lines changed

2 files changed

+114
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ _See code: [src/commands/texei/contractstatus/value/add.ts](https://github.com/t
8282

8383
## `sfdx texei:cpqsettings:set -f <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
8484

85-
set CPQ Settings from file
85+
set CPQ Settings from file ([example](https://github.com/texei/texei-sfdx-plugin/blob/master/examples/cpqSettings.json))
8686

8787
```
8888
USAGE

example/cpqSettings.json

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
{
2+
"Documents": {
3+
"Document Folder": "User Personal Documents",
4+
"Attachment Target": "Document Only",
5+
"Hide Document Name": false,
6+
"Post to Feed?": false,
7+
"Full Page Preview": false,
8+
"Enable Multi-Language Translations": false,
9+
"Exclude Hidden Lines In Group Totals": false
10+
},
11+
"Groups": {
12+
"Solution Groups Enabled": true,
13+
"Require Group Name": true,
14+
"Object": "SBQQ__SolutionGroup__c",
15+
"Name Field": "Group Name",
16+
"Description Field": "Description"
17+
},
18+
"Line Editor": {
19+
"Hide Renewed Assets When Editing": false,
20+
"Actions Column Placement": "Left",
21+
"Visualize Product Hierarchy": true,
22+
"Enable Multi Line Delete": true,
23+
"Preserve Bundle Structure": true,
24+
"Product Configuration Initializer": "",
25+
"Keep Bundle Together": true,
26+
"Enable Asset Upgrades": false,
27+
"Totals Field": "Default",
28+
"Group Subtotals Field": "Default",
29+
"Line Subtotals Total Field": "Default",
30+
"Wrap Buttons": true,
31+
"Large Quote Threshold": "0",
32+
"Validate Large Quotes": false,
33+
"Quote Batch Size": "",
34+
"Enable Compact Mode": false,
35+
"Enable Expand/Collapse Bundles": false,
36+
"Enable Large Quote Experience": true,
37+
"Default Bundle Setting": "Expanded",
38+
"Enable Column Resizing": false
39+
},
40+
"Plugins": {
41+
"Legacy Page Security Plugin": "",
42+
"Electronic Signature Plugin": "",
43+
"Billing Plugin": "",
44+
"Product Search Plugin": "",
45+
"Recommended Products Plugin": "",
46+
"Legacy Quote Calculator Plugin": "",
47+
"Document Store Plugin": "",
48+
"Quote Calculator Plugin": "",
49+
"Order Management Plugin": "OrderPlugin",
50+
"QLE Custom Action Plugin": ""
51+
},
52+
"Pricing and Calculation": {
53+
"Currency Symbol": "",
54+
"Use Inactive Prices": false,
55+
"Unit Price Scale": "2",
56+
"Calculate Immediately": false,
57+
"Enable Quick Calculate": false,
58+
"Disable Background Calculation Refresh": false,
59+
"Allow Non-Consecutive Custom Segments": false,
60+
"Enable Usage Based Pricing": false,
61+
"Enable Pricing Guidance": false,
62+
"Hide uncalculated quote warning": false,
63+
"Quote Line Edits for Usage Based Pricing": false,
64+
"Use Legacy Calculator": false
65+
},
66+
"Subscriptions and Renewals": {
67+
"Renewal Model": "Contract Based",
68+
"Disable Add Subscriptions": false,
69+
"Allow Renewal Quotes Without Assets": false,
70+
"Subscription Term Unit": "Month",
71+
"Subscription Prorate Precision": "Proration Day of Month (Calendar Monthly + Daily)",
72+
"Include Net-new Products in Maintenance": false,
73+
"Contract In Foreground": false,
74+
"Re-evaluate Bundle Logic on Renewals": false,
75+
"PoT Renewals (Contracting from Orders)*": true,
76+
"Legacy Amend/Renew Service": false,
77+
"Amend Contracts in Background": false,
78+
"Disable Product Bundle Sub Type Checks": false,
79+
"Bypass Preserve Bundle Structure": false,
80+
"Use Current Subscription on Assets": true
81+
},
82+
"Quote": {
83+
"Disable Initial Quote Sync": false,
84+
"Disable Quote Address Defaulting": false,
85+
"Disable Quote Contact Defaulting": false,
86+
"Primary Quote Keeps Opportunity Products": false,
87+
"Allow Option Deletion": false,
88+
"Default Quote Validity (Days)": "30"
89+
},
90+
"Order": {
91+
"Require Approved Quote": false,
92+
"Allow Multiple Orders": true,
93+
"Default Order Start Date": "-- None --",
94+
"Create Orders Without Opportunities": false
95+
},
96+
"Additional Settings": {
97+
"Triggers Disabled": false,
98+
"Product Results Group Field Name": "-- None --",
99+
"Quantity Scale": "2",
100+
"Product Description Field": "Product Description",
101+
"Sort Products In Memory": false,
102+
"Theme": "-- None --",
103+
"Multiple Bundles View": "Classic",
104+
"Use Global Header Permission": false,
105+
"External Configurator URL": "",
106+
"Service Region": "Europe",
107+
"Third Party Configurator": false,
108+
"Enable Product Option Drawer": false,
109+
"Open Search Filter By Default": false,
110+
"Enable Large Configurations": false,
111+
"Improve Browser Performance": true
112+
}
113+
}

0 commit comments

Comments
 (0)