autoGroupCalculationResultsInDetailsView
Groups results by the Result Group in Calculation Details.
availableWorkStatus
Defines your own values to represent work status.
Ready,In Progress,Not touched,Discarded,For grooming
calculableObjectPreferredMapping
Sets mapping between element names and attribute numbers.
{
"ListPrice" : "attribute22",
"ResultPrice" : "attribute23",
"Label" : "attribute24",
"Currency" : "attribute25",
"Comment" : "attribute26"
}
commentHistory
If set to true, history of comments in Price Lists, Manual Price Lists and Live Price Grids is captured and displayed in the product details screen Comment History.
false
defaultFormula
Name of the Logic. Defines a default generic calculation logic.
QuoteLogic
defaultGroups
Sets which objects will be assigned the same default user groups as the creator has.
{
"quote" : true,
"contract" : true,
"rebateAgreement" : true,
"compensation" : false,
"pricelist" : true,
"manualPricelist" : true,
"priceGrid" : false,
"simulation" : false,
"lookupTable" : false,
"dataChangeRequest" : false
}
defaultPLFormula
Defines a default logic used for Price Lists.
PL_DefaultPriceList
defaultPLPreferenceInfo
Defines which Price List’s view preference for the output columns will be used as a template and applied to all Price Lists without individual settings.
[ 203 ] - Default (2020-12-03)
defaultPLUserNotification
Defines which user is notified when the calculation of a new Price List is completed. Value is one of "NONE" or "EMAIL"
EMAIL
doNotStoreGlobalsForDirtyPass
Disables storing the content of api.global in the transition between passes. Note: This is only applies for cases where the first pass is non-distributed.
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).
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.
[ "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>": […]}}
{
"XPLI" : {
"LastTransaction" : [
"Last Price Paid",
"Last Price Paid Date",
"Last Price Paid Order",
"Last Price OV Flag"
]
}
}
mandatoryPLElements
Makes specified Price List outputs mandatory.
[ "ListPrice", "Margin" ]
pricelistLogics
Defines a list of logics (sub selection of all logics) available when creating Price Lists.
[
{
"uniqueName" : "Chem-Pricing",
"resultElementName":"ListPrice"
}
]
pricelistTargetDateEditable
If set to true, it is possible to edit the target date even after the price list was calculated.
true
publishingTemplates_<typeCode>
Specifies Excel or Word templates used for publishing documents to XLSX, PDF or DOC formats. You need to specify the type by adding a suffix: "publishingTemplates_Q" (Q for quotes; others respectively).
{ "templates" : [ ] }
shotgunThreshold
Sets a number describing how many items will be calculated in the distributed mode.
5000
startPagePanels
Allows you to define at the partition level the list of portlets that will be displayed on the Home page.
[
"pricelist",
"rebateManager",
"promotionManager",
"priceShop"
]