Versions Compared

Key

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

...

parameter minAllocationRatio,maxAllocationRatio,includedTags,excludedTags,fteThreshold,includeVacancies,useFteRatio

title <%- actualAllocationRatio %>%</strong> members are allocated to demand structure.

Code Block
{
            type: "DEMAND_ALLOCATION_RATIO",
            args: {
              fteThreshold: 0,
              includeVacancies: false,
              includedTags: [],
              excludedTags: {
                NON_PACE_ALLOCATION: [],
                RESOURCEAVAILABILITY: [],
                NON_PACE_ALLOCATION_DEFAULT: []
              },
              maxAllocationRatio: 100,
              minAllocationRatio: 90
            }
          }

Notes:

  • useFteRatio - default is false. When set to true the ratio is calculated from the sum of allocated FTE (with over allocation ignored) as a percentage of total available FTE. When set to false the ratio is the number of members that have any demand allocation at all as a percentage of the total number of members.

Line Manager Count

parameter maxManagers

...