ProjReserveResource::construct Method [AX 2012]

Construct method.

server public static ProjReserveResource construct(
    ProjId projId, 
    QuotationId quotationId, 
    RecId projRoleId, 
    smmActivityNumber actNumber, 
    RecId worker, 
    TransDate startDate, 
    TransDate endDate, 
   [PSASchedCommit commitType, 
    RecId workerLegalEntity, 
    boolean transferSoftBookedHours])

Run On

Server

Parameters

projId
Type: ProjId Extended Data Type
Proj id.
quotationId
Type: QuotationId Extended Data Type
Quotation id.
projRoleId
Type: RecId Extended Data Type
Proj role id.
actNumber
Type: smmActivityNumber Extended Data Type
Activity number.
worker
Type: RecId Extended Data Type
Worker.
startDate
Type: TransDate Extended Data Type
Start date.
endDate
Type: TransDate Extended Data Type
End date.
commitType
Type: PSASchedCommit Enumeration
Commit type.
workerLegalEntity
Type: RecId Extended Data Type
Worker legal entity.
transferSoftBookedHours
Type: boolean
Transfer soft booked hours.

Return Value

Type: ProjReserveResource Class
New instance.
Show: