Versions Compared

Key

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

...

Fields

  • uniqueName - serves as a unique identification of this type. This name will be used in the rebate agreement document as a foreign key, to identify the rebate agreement type used

  • headerFormulaName - name of the logic used for building inputs and calculating results for the rebate agreement header, but can also manipulate the items and folders.

  • workflowFormulaName - name of the approval workflow logic, which will build the approval steps for the rebate agreement document

  • recordWorkflowFormulaName - name of the approval workflow logic, which will build the approval steps for the rebate records

  • rebateTypeFilterFormulaName - name of logic, which will be used to filter the available Rebate Types, while the user is adding new item to the agreement

  • configuration - configuration (as JSON string) of the detail page. You can configure e.g the additional tabs on rebate agreement detail page, which will show information in form of a dashboard. See details on the page about Quote Type, which is also using the configuration field definition of the Dynamic Tabs for more details.

  • attribute1..30 - these fields are typically used as parameters for the rebate agreement logics - e.g. if two types of rebate agreement have majority of the item calculations the same, you can use single logic (in this case likely for header), and when the logic is executed, it can read the rebate agreement type attributes to understand, which specific calculations it’s supposed to be doing on the actual document.