ProjIProjectResourceList.getResourcePool Method [AX 2012]

Get resource pool.

public boolean getResourcePool(
    Num activityId, 
    PSARSEntityType activityType, 
    RecId roleId, 
    smmActivityNumber taskId, 
    date startDate, 
    date endDate, 
    PSATmpResourceSelection resourceSelection, 
   [boolean includeHourCapacity, 
    boolean includeBookedCapacity, 
    boolean includeOrgMembership, 
    boolean includeProjectMembership, 
    boolean includeCompetencyMatch, 
    boolean includeAvailabilityMatch])

Run On

Called

Parameters

activityId
Type: Num Extended Data Type
Activity id.
activityType
Type: PSARSEntityType Enumeration
Activity type.
roleId
Type: RecId Extended Data Type
Role id.
taskId
Type: smmActivityNumber Extended Data Type
Task id.
startDate
Type: date
Start date.
endDate
Type: date
End date.
resourceSelection
Type: PSATmpResourceSelection Table
Resource selection.
includeHourCapacity
Type: boolean
Include hour capacity.
includeBookedCapacity
Type: boolean
Include booked capacity.
includeOrgMembership
Type: boolean
Include org membership.
includeProjectMembership
Type: boolean
Include project membership.
includeCompetencyMatch
Type: boolean
Include competency match.
includeAvailabilityMatch
Type: boolean
Include availability match.

Return Value

Type: boolean
Resource pool.

Community Additions

ADD
Show: