ProjReserveResource Class [AX 2012]
Project reserve resources.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getCalendarDataArea | Get calendar data area. |
| getHoursToReserve | Get hours to reserve. |
| getOpenDatesList | |
| getRelatedProjectRoles | Gets the related Project team role records. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | New method. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmActNumber | Gets or sets the ActNumber parameter. |
| parmAllocationHours | Gets or sets the AllocationHours parameter. |
| parmBookRemainCapacity | Gets or sets the BookRemainCapacity parameter. |
| parmCalendarDataArea | Gets or sets the CalendarDataArea parameter. |
| parmCalendarId | Gets or sets the CalendarId parameter. |
| parmCommitType | Gets or sets the CommitType parameter. |
| parmEndDate | Gets or sets the EndDate parameter. |
| parmHoursDistributeType | Gets or sets the HoursDistributeType parameter. |
| parmIgnoreCalendar | Gets or sets the IgnoreCalendar parameter. |
| parmPercent | Gets or sets the Percent parameter. |
| parmProjId | Gets or sets the ProjId parameter. |
| parmProjRoleId | Gets or sets the ProjRoleId parameter. |
| parmQuotationId | Gets or sets the QuotationId parameter. |
| parmRemainingHours | Gets or sets the RemainingHours parameter. |
| parmRoleId | Gets or sets the RoleId parameter. |
| parmStartDate | Gets or sets the StartDate parameter. |
| parmTransferSoftBookedHours | Gets or sets the TransferSoftBookedHours parameter. |
| parmWorker | Gets or sets the Worker parameter. |
| parmWorkerLegalEntity | Gets or sets the WorkerLegalEntity parameter. |
| releasePerWorker | Release all the bookings for that worker dureing the start/end time. |
| releasePerWorkerPerProject | Release all the bookings for that worker dureing the start/end time for a certain project. |
| releasePerWorkerPerQuotation | Release all the bookings for that worker dureing the start/end time for a quotation |
| reservePerWorker | reserve for each worker either from RBS or WBS |
| reserveWorkerOnDay | Reserve worker on day. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| transferReservation | transfer all the softbookings to hard books |
| transferSoftBookOnDay | Transfer soft booked hours on day. |
| updateActivityStatus | Update the schedule status for each activity. |
| updateProjRole | Update project role. |
| updateProjRoleDate | Update the role's start/end date based on the reservations. |
| updateScheduleStatus | Update schedule status. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::combineStatus | Get the project's final status based on Team assignment and WBS status. |
| ::construct | Construct method. |
| ::getEntitySchedulingDetails | Get project or quotation scheduling details along with each activities which belong to this entity. |
| ::getProjStatus | Get the project status based on role assignment. |
| ::getWorkerBookingEndDate | Get worker worker end date relative to scheduling project or assignment end date with employment date. |
| ::getWorkerBookingStartDate | Get worker worker start date relative to scheduling project or assignment start date with employment date. |
| ::getWorkerCalendarId | Get worker calendar id. |
| ::releaseFinishedProj | Release all the bookings for a finished project. |
| ::releaseWorkerByEmploymentDates | Method to release a worker bookings by the worker employment end date accross all companies. |
| ::releaseWorkerByEndDatePerCompany | Method to release a worker bookings by the worker employment end date for the specified company. |
| ::removePSAProjSchedRole | Remove PSAProjSchedRole for the project. |
Community Additions
ADD
Show: