automaticallySelectAddedItemCompensations
Automatically select added item. If visible, the added item will be selected and the previous selection will be unselected.
true
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.
true
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.
100
compensationPrefix
Sets the Compensation Plan prefix in their unique name. The default is CO-.
CO-
compensationRecordPrefix
Sets the Compensation Record prefix in their unique name. The default is COR-.
COR-
compensationRevisionFormat
Format of document revision id
$uniqueName$-REV-$revId$
defaultCOHeaderFormula
Name of the Logic. Defines a default calculation logic used at the compensation header level.
CompensationHeaderLogic
defaultCompensationTypeFilterFormula
CompensationConditionTypeFilterLogic
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
}
disabledDocxDownload
Allows you to hide the icon for downloading objects (e.g. Quotes, Contracts) in the DOCX format.
true
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.
true
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" ]
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.
false
hideCompensationRecordsBasedOnUserGroups
If set to true, CompensationRecords are completely hidden for groups that are not entitled to see them.
false
hideCompensationsBasedOnUserGroups
If set to true, CompensationPlans are completely hidden for groups that are not entitled to see them.
false
objRefAfterSaveDisabled
Allows you to disable the creation of OBJREF tasks for line items after a Contract or Rebate Agreement is saved or submitted.
false
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" : [ ] }
rerenderInputsOnFetch
Reevaluates inputs in the syntax mode during fetching Rebate Records. See PFCD-5976.
[ "RR" ]
runCreationWorkflowOnCompensationSave
If set to true, the creation workflow logic is executed right after a Compensation Plan is saved.
false
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).
updateHeaderRefInSyncAfterSaveDisabled
If set to true, during submit the system updates ObjRefs for header Customer Group right away on save (synchronously). See PFUN-8055.