...
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 isfalse
. When set totrue
the ratio is calculated from the sum of allocated FTE (with over allocation ignored) as a percentage of total available FTE. When set tofalse
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
...