Versions Compared

Key

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

...

availableWorkStatus

Defines your own values to represent work status.

Configured on pageAdministration > Configuration > Price Setting > Work Status Options
See alsoWork Status Options
Type – text
Sample valueReady,In Progress,Not touched,Discarded,For grooming

calculableObjectPreferredMapping

Sets mapping between element names and attribute numbers.

Configured on pageAdministration > Configuration > Price Setting > Defaults for Price Lists and LPGs
Type – json object
Sample value{
    "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.

Configured on pageAdministration > Configuration > System Configuration > General Settings
See alsoGeneral Settings
Type – boolean
Sample valuefalse

defaultFormula

Name of the Logic. Defines a default generic calculation logic.

Configured on pageAdministration > Logics > Calculation Logic > Generic Logic
See alsoGeneric Logic
Type – text
Sample valueQuoteLogic

defaultGroups

Sets which objects will be assigned the same default user groups as the creator has.

Configured on pageAdministration > Configuration > System Configuration > Entitlements
See alsoEntitlements
Type – json object
Sample value{
    "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.

Configured on pageAdministration > Configuration > Price Setting > Defaults for Price Lists and LPGs
Type – text
Sample valuePL_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.

Configured on pageAdministration > Configuration > Price Setting > Defaults for Price Lists and LPGs
Type – text
Sample value[ 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"

Configured on pageAdministration > Configuration > Price Setting > Defaults for Price Lists and LPGs
Type – text
Sample valueEMAIL

...

pricelistLogics

Defines a list of logics (sub selection of all logics) available when creating Price Lists.

Configured on pageAdministration > Configuration > Price Setting > Defaults for Price Lists and LPGs
Type – json array
Sample value[
    {
         "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.

Configured on pageAdministration > Configuration > System Configuration > General Settings
Type – boolean
Sample valuetrue

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).

Configured on pageAdministration > Configuration > Templates > Publishing Templates
Type – json object
Sample value{ "templates" : [ ] }

...

startPagePanels

Allows you to define at the partition level the list of portlets that will be displayed on the Home page.

Configured on pageAdministration > Configuration > System Configuration > Home Page
See alsoHome Page
Type – json array
Sample value[
    "pricelist", 
    "rebateManager", 
    "promotionManager", 
    "priceShop"
]