...
doNotUsePerProductFormulasInLists
When set to true, price list calculations and price grid calculations will use the calculation logic specified in the list configuration only and not the logic that might be defined in the product master (which usually overrides the list-defined logic).
Type – boolean
enableSubmitReasonForTypes
Enable submitter comment. For Quotes, Contracts, Rebate Agreements, Compensation Plans or Price Lists, you can allow users to optionally enter comments when they submit the document.
Configured on page – Administration > Configuration > System Configuration > My Workflows
Type – json array
Sample value –
[ "Q", "CT", "RBA", "CO", "PL" ]
extraExportColumnsConfig
When downloading a price list to Excel, this option expands one row matrices into individual columns. Example: {"PLI": {"<PLI_COLUMN_NAME1>": ["<MATRIX_FIELD_LABEL1>","<MATRIX_FIELD_LABEL2>"],"<PLI_COLUMN_NAME2>": […]}}
Type – json object
Sample value –
{
"XPLI" : {
"LastTransaction" : [
"Last Price Paid",
"Last Price Paid Date",
"Last Price Paid Order",
"Last Price OV Flag"
]
}
}
...