Defines which logic will be used to calculate particular Rebate Type and what parameters (in attributes columns) will be available to the logic when it executes.
Whether you use a separate logic for various Rebate Types or the same logic depends on how much different the processes behind the various Rebate Types are.
Fields
-
uniqueName - Identifier name, given by an implementation engineer.
-
label - Name of the Rebate Type, visible to business users when selecting a type of new line on a rebate agreement.
-
formulaName - Rebate logic. This logic is be used to calculate all following:
-
RBALI – rebate agreement line item – for draft / editable document
-
RBALI – rebate agreement line item – for approved/read-only document
-
RR – Rebate Record
-
-
waterfallElement - (Optional) Stands for a name of a waterfall element which will contain the rebate money amount calculated by this rebate type.
The actual usage of this setting is up to the implementation engineer who has to use this value in a logic (e.g. in the Rebate Line Item logic).
-
attribute1..30 - (Optional) These attributes contains "settings" values used by the rebate logic to calculate results in a specific way. Mostly it is used this way: the implementation engineer creates a rebate logic, which can handle several different Rebate Types, and the particular behavior for the specific Rebate Type is driven by the value in the attributeX column.