Versions Compared

Key

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

calculateNewRBAImmediately

If set to true, the Agreement’s header logic is executed right after the Agreement is created (i.e. before the user can see it).

Configured on pageConfiguration > Rebates ConfigurationAdministration > Configuration > Rebates > General Settings
See alsoRebates RebateManager General Settings
Type – boolean
Sample valuetrue

crm_config

Partition specific setup of Feature Flags. These values overrides the application default ones.

Configured on page – Administration > Feature Flags
See alsoFeature Flags
Type – json object

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
}

defaultRAHeaderFormula

Name of a Logic. Defines a calculation logic used at the rebate agreement header level.

Configured on pageConfiguration Administration > Logics > Header Logics > Rebate Agreements
Type – text
Sample valueRebateHeaderLogic

defaultRebateTypeFilterFormula

Configured on page – Administration > Logics > Filter Logics > Rebates - Condition Types
Type – text
Sample valueRebateConditionTypeFilterLogic

disabledDocxDownload

Allows you to hide the icon for downloading objects (e.g. Quotes, Contracts) in the DOCX format.

Type – boolean
Sample valuetrue

disableSaveWhenCreationWorkflowIsFinishedRBA

If enabled, Rebate Agreement is submitted automatically when document creation WF is finished. If the Rebate Agreement is rejected in the approval process, the creation workflow is restarted at its last step allowing further work on the document.

Configured on pageAdministration > Configuration > Rebates > General Settings
See alsoCreation Workflow
Type – boolean

headerRefAfterSaveDisabled

Switch to eventually consistent OBJREFs after AP/RBA save, new revision and copy. If enabled, OBJREFs generation is left to a background job that will be scheduled immediately on save, new revision and copy of Agreements & Promotions and Rebate Agreements.

Type – boolean
Sample valuefalse

objRefAfterSaveDisabled

Allows you to disable the creation of OBJREF tasks for line items after a Contract or Rebate Agreement is saved or submitted.

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

payoutRecordsConfiguration

Determines which attributes will be in your Payout Records and, in the logic, allows you to map payout record attributes to the corresponding original rebate record attributes.

See alsoPayout Records
Type – json object
Sample value{
    "validToFromStateTransitions" : {
        "Approved" : [ "Pending" ],
        "Denied" : [ "Pending" ],
        "Paid" : [ "Approved" ]
    }
}

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" : [ ] }

...

rebateCharts

Allows you to display data from RebateManager as a portlet in the detail view.

Configured on pageAdministration > Configuration > Rebates > Rebate Chart Definition
Type – json object

rebateQueries

Defines what data from Rebates module RebateManager to display.

Configured on page – Classic: Configuration > RebatesRebateManager
Type – json object

...

saveAndCalculateNewRBAImmediately

If set to true, a new Rebate Agreement is calculated immediately after saving.

Configured on pageAdministration > Configuration > Rebates > General Settings
Type – boolean
Sample valuefalse

...

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"
]

...