Process of Adding New Item to a Compensation Plan

Since version 9.0

compensation add new item.drawio

When the user adds a new item to the Compensation Plan:

  1. The system needs to find out which Condition Types this user can see and then present this list of options to the user.

    1. If a new item picker filter logic is defined, the system will call it to retrieve a filter for the Compensation Condition Types.

    2. Only the filtered set of Compensation Condition Types is offered to the user.

  2. Once the user selects the Condition Type, the system creates the item.

    1. To find out what input fields should be on the item, the system calls the compensation logic (only elements from the group compensation) in the input generation mode to generate the definitions of input fields.

    2. The system will store the inputs to the line.

    3. To calculate the results for this new item, the system calls the compensation logic (only elements from the group compensation) in the standard mode to calculate the results.

    4. The system will store the results to the line.

Found an issue in documentation? Write to us.