ProjProjectResourceList.getResourcePool Method [AX 2012]

Get resource pool

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

Run On

Server

Parameters

activityId
Type: Num Extended Data Type
Activity id
activityType
Type: PSARSEntityType Enumeration
Activity type
roleRecId
Type: RecId Extended Data Type
Role rec 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
Determines whether HourCapacity information should be retrieved
includeBookedCapacity
Type: boolean
Determines whether Hard-booked and Soft-booked capacity information should be retrieved
includeOrgMembership
Type: boolean
Determines whether Organization membership information should be retrieved
includeProjectMembership
Type: boolean
Determines whether Project membership information should be retrieved
includeCompetencyMatch
Type: boolean
Determines whether Competency match percentage information should be retrieved
includeAvailabilityMatch
Type: boolean
Determines whether Availability match percentage information should be retrieved

Return Value

Type: boolean
true if executed successfully

Community Additions

ADD
Show: