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 9.0
compensation add new item.drawio

When the user adds new Item to the Compensation Plan, the system needs to:

  1. find out, which Condition Types can this user 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 group compensation) in the syntax check 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 group compensation) in the normal mode to calculate the results

    4. the system will store the results to the line

  • No labels