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 3 Next »

Since version 12.0

This object provides ability to make operations on many Rebate Records at once. Those operations are:

  • submit

  • approve/deny

  • calculate

The Rebate Record Groups are presented to the user on page Rebates  Rebate Records  Show Rebate Record Groups. When the user clicks on object’s ID in the list, the UI will display a detail page. On this page, the user can view both the calculation results and the content of the object’s fields. They can also perform the operations like Calculate and View Workflow.

Fields

uniqueName – Identifier name, given by an implementation engineer.
sourceId – unique name of the rebate agreement it belongs to
name – name of the group
label – -
status – (RebateRecordStatus) Represents the current lifecycle status of the Rebate Record Group.
attribute1..100 – Fields for storage of values. The values are calculated and stored here by the Rebate Record Group Logic.
attributeExtension – Additional attributes fields, which can be used in the same way as attribute1..100 fields.
inputs – All input fields definitions and values.
formulaName – Name of the Rebate Record Group Logic. This logic is used to perform calculation of the Rebate Record Group object.
workflowStatus – (WorkflowStatus)
approvalState – (ApprovalState)
calculationResults – (Map) All calculation results returned from the Rebate Record Group Logic elements.
  • No labels