ProjResourceCapacity::getResourceSoftBookedCapacity Method [AX 2012]
Get all reosurces soft booked capacicity and insert the data to PSARsourceTable
client server public static void getResourceSoftBookedCapacity(
date startDate,
date endDate,
guid userSession,
[Num activityId,
PSARSEntityType projectQuotationType])
Run On
CalledParameters
- startDate
- Type: date
The start date to look up for all resources
- endDate
- Type: date
The end date to look up for all resources
- userSession
- Type: guid
Unique guid
- activityId
- Type: Num Extended Data Type
Project or quotation id
- projectQuotationType
- Type: PSARSEntityType Enumeration
Project or quotation type
Show: