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).
true
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
}
defaultRAHeaderFormula
Name of a Logic. Defines a calculation logic used at the rebate agreement header level.
RebateHeaderLogic
defaultRebateTypeFilterFormula
RebateConditionTypeFilterLogic
disabledDocxDownload
Allows you to hide the icon for downloading objects (e.g. Quotes, Contracts) in the DOCX format.
true
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.
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
objRefAfterSaveDisabled
Allows you to disable the creation of OBJREF tasks for line items after a Contract or Rebate Agreement is saved or submitted.
false
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.
{
"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).
{ "templates" : [ ] }
rebateAgreementPrefix
Sets the Rebate Agreement prefix in their name. The default is R.
R-
rebateCharts
Allows you to display data from RebateManager as a portlet in the detail view.
rebateQueries
Defines what data from RebateManager to display.
rebateRecordPrefix
Sets the Rebate Records prefix in their name. The default is RR.
RR-
rebateRevisionFormat
Allows you to add a string of your choice between the Rebate Agreement unique name and the revision number. The default value of this option is $uniqueName$-REV-$revId$.
$uniqueName$-REV-$revId$
rerenderInputsOnFetch
Reevaluates inputs in the syntax mode during fetching Rebate Records. See PFCD-5976.
[ "RR" ]
saveAndCalculateNewRBAImmediately
If set to true, a new Rebate Agreement is calculated immediately after saving.
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).
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"
]
updateHeaderRefInSyncAfterSaveDisabled
If set to true, during submit the system updates ObjRefs for header Customer Group right away on save (synchronously). See PFUN-8055.