How can we mark a resource as unavailable in relation to allocations? For example, if I am going to be gone the month of May, there needs to be a way that May allocations do not show up when a manager looks at my allocations.
Release: All
Component: Resource Management
The Resource, Base Calendar is used for identifying working and non-working days. The Resource Calendar that impacts the allocations is found in the Resource profile. To update the Resource Base Calendar, the administrator can update the calendar or another end-user, such as the Resource or the Manager, needs the access rights to the specific resource to update it.
Now when the resource is added to a project team, the allocation will be automatically adjusted to reflect the non-working days. Ensure the 'Time Slicing' job is executed successfully at regular intervals for displaying updated allocations.
Note: When you set a day to a non-working day there are no shifts. Since the shifts aren't there anymore there's nothing to change back to if you make it a working day again. So it gets the default shifts.
Note about PRCALENDAR: When you update a resource's calendar a new entry is inserted into the prcalendar showing the resource has an edit on their calendar. The table shows the resource as well as the base calendar they are using. This table only holds the base calendars and any resource's exceptions to their base calendars.
To see which calendar the resource is associated to, use the PRJ_RESOURCES table where PRJ_RESOURCES.prcalendarid = PRCALENDAR.prid.
Resource Calendar Exceptions are used when displaying data using 'Hours' or '% Availability' Unit of Measurement.
When using 'FTE' or 'Days' Unit of Measurement, the Standard (base/site) Calendar is used to compute the 'FTE' or 'Days' amounts.