Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

automaticallySelectAddedItemCompensations

Automatically select added item. If visible, the added item will be selected and the previous selection will be unselected.

Configured on page – Administration > Configuration > Sales Compensation > General Settings
Type – boolean
Sample valuetrue

calculateNewCOImmediately

Calculate new Compensation Plan immediately. If selected, the Compensation Plan header logic is executed right after the Compensatiton is created. Refresh is needed for changes to take effect.

Configured on page – Administration > Configuration > Sales Compensation > General Settings
Type – boolean
Sample valuetrue

compensationAsyncThreshold

Async actions threshold. The number of items for which it is necessary run Submit, Recalculation, etc as asynchronously actions. Default value is 100. For forcing always async actions use 0.

Configured on page – Administration > Configuration > Sales Compensation > General Settings
Type – integer
Sample value100

compensationPrefix

Sets the Compensation Plan prefix in their unique name. The default is CO-.

Type – text
Sample valueCO-

compensationRecordPrefix

Sets the Compensation Record prefix in their unique name. The default is COR-.

Type – text
Sample valueCOR-

compensationRevisionFormat

Format of document revision id

Type – text
Sample value$uniqueName$-REV-$revId$

defaultCOHeaderFormula

Name of the Logic. Defines a default calculation logic used at the compensation header level.

Type – text
Sample valueCompensationHeaderLogic

defaultCompensationTypeFilterFormula

Type – text
Sample valueCompensationConditionTypeFilterLogic

defaultGroups

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

Configured on page – Administration > 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
}

disabledDocxDownload

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

Type – boolean
Sample valuetrue

disableSaveWhenCreationWorkflowIsFinishedCompensation

Submit on Creation WF finish and restart the last state when denied or withdrawn. If checked, the Compensation Plan is submitted automatically when document creation WF is finished. If the Compensation is rejected in the approval process, the creation workflow is restarted at its last step.

Configured on page – Administration > Configuration > Sales Compensation > General Settings
See alsoCreation Workflow
Type – boolean
Sample valuetrue

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

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

hideCompensationRecordsBasedOnUserGroups

If set to true, CompensationRecords are completely hidden for groups that are not entitled to see them.

Type – boolean
Sample valuefalse

hideCompensationsBasedOnUserGroups

If set to true, CompensationPlans are completely hidden for groups that are not entitled to see them.

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 page – Administration > Configuration > System Configuration > General Settings
See alsoGeneral Settings
Type – boolean
Sample valuefalse

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 page – Administration > Configuration > Templates > Publishing Templates
Type – json object
Sample value{ "templates" : [ ] }

rerenderInputsOnFetch

Reevaluates inputs in the syntax mode during fetching Rebate Records. See PFCD-5976.

Type – json array
Sample value[ "RR" ]

runCreationWorkflowOnCompensationSave

If set to true, the creation workflow logic is executed right after a Compensation Plan is saved.

Type – boolean
Sample valuefalse

skipRevisionRecalc_<typeCode>

If set to true, a new revision of Q/RBA/CT is not recalculated immediately. You need to specify the type by adding a suffix: "skipRevisionRecalc_Q" (Q for quotes; others respectively).

See alsoQuote Actions
Type – boolean

updateHeaderRefInSyncAfterSaveDisabled

If set to true, during submit the system updates ObjRefs for header Customer Group right away on save (synchronously). See PFUN-8055.

Type – boolean
  • No labels