ProjResourceActivityWeekQuery.getCalendarCapacity Method [AX 2012]
Gets the calendar capacity for a given resource during the time period specified.
protected void getCalendarCapacity(
date startDate,
date endDate,
guid userSession,
RecId resourceId,
SelectableDataArea dataArea,
CalendarId workerCalendarId,
CalendarId baseCalendarId)
Run On
ServerParameters
- startDate
- Type: date
The start date of the period.
- endDate
- Type: date
The end date of the period.
- userSession
- Type: guid
The guid for the user session.
- resourceId
- Type: RecId Extended Data Type
The resources Id.
- dataArea
- Type: SelectableDataArea Extended Data Type
The company area.
- workerCalendarId
- Type: CalendarId Extended Data Type
The calendar Id for the worker.
- baseCalendarId
- Type: CalendarId Extended Data Type
The base calendar Id.
Community Additions
ADD
Show: