ProjResourceCapacityReservation::construct Method [AX 2012]
Construct method.
client server public static ProjIResourceCapacityReservation construct(
[RecId resourceId,
RecId activityRecId,
date startDate,
date endDate,
real effort,
PSASchedCommit commitmentType,
ProjIWorkerResourceLookup workerResourceLookup,
ProjIActivityLookup activityLookup])
Run On
CalledParameters
- resourceId
- Type: RecId Extended Data Type
Resource id.
- activityRecId
- Type: RecId Extended Data Type
Activity rec id.
- startDate
- Type: date
Start date.
- endDate
- Type: date
End date.
- effort
- Type: real
Effort.
- commitmentType
- Type: PSASchedCommit Enumeration
Commitment type.
- workerResourceLookup
- Type: ProjIWorkerResourceLookup Interface
Worker resource look up.
- activityLookup
- Type: ProjIActivityLookup Interface
Activity look up.
Show: