HcmPositionTransition Class [AX 2012]
The HcmPositionTransition class manages the different actions that a user can perform on a position or a position worker assignment.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createHcmPositionDuration | Creates a new position duration. |
| createHcmPositionWorkerAssignment | Creates a new position worker assignment. |
| deleteHcmPositionDuration | Deletes the HcmPositionDuration record that is stored in the class. |
| deleteHcmPositionWorkerAssignment | Deletes the HcmPositionWorkerAssignment record that is stored in the class. |
| endAllHcmWorkerPositionAssignments | Ends all active position worker assignments. |
| endHcmPositionWorkerAssignment | Ends an active or future position worker assignment. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| 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 | Initializes a new instance of the HcmPositionTransition class. |
| 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.) |
| parmHcmFullTimeEquivalency | Gets or sets the _value parameter. |
| parmHcmPositionActivationDateTime | Gets or sets the ValidFrom parameter for the HcmPositionDuration record. |
| parmHcmPositionDuration | Gets or sets the HcmPositionDuration parameter. |
| parmHcmPositionRecId | Gets or sets the HcmPositionRecId parameter. |
| parmHcmPositionRecIdNew | Gets or sets the _value parameter. |
| parmHcmPositionRetirementDateTime | Gets or sets the ValidTo parameter for the HcmPositionDuration record. |
| parmHcmPositionWorkerAssignment | Gets or sets the HcmPositionWorkerAssignment parameter. |
| parmHcmPositionWorkerAssignmentEndDate | Gets or sets the ValidTo parameter for the HcmPositionWorkerAssignment record. |
| parmHcmPositionWorkerAssignmentStartDate | Gets or sets the ValidFrom parameter for the HcmPositionWorkerAssignment record. |
| parmHcmReasonCodeRecId | Gets or sets the HcmReasonCodeRecId parameter. |
| parmHcmReasonCodeRecIdNew | Gets or sets the _value parameter. |
| parmHcmWorkerAssignmentEndDateNew | Gets or sets the new _value parameter. |
| parmHcmWorkerAssignmentStartDateNew | Gets or sets the new _value parameter. |
| parmHcmWorkerRecId | Gets or sets the HcmWorkerRecId parameter for the HcmPositionWorkerAssignment record. |
| parmPrimaryPosition | Gets or sets the _value parameter. |
| parmRetirePositions | Gets or sets the Boolean parameter |
| parmShowInfoMessage | Gets or sets the ShowInfoMessage parameter. |
| retireHcmPositionDuration | Retires an active or future position duration. |
| retireHcmPositions | Retires all of the positions in the given list. |
| 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.) |
| updateHcmFullTimeEquivalency | Updates the HcmFullTimeEquivalency value for the new HcmPositionDetail record. |
| updateHcmPositionDuration | Updates the effective dates for a given HcmPositionDuration record. |
| updateHcmPositionDurationValidFrom | Updates the HcmPositionActivationDateTime value for a given position duration. |
| updateHcmPositionDurationValidTo | Updates the HcmPositionRetirementDateTime value for a given position duration. |
| updateHcmPositionWorkerAssignment | Updates the effective dates for a given HcmPositionWorkerAssignment record. |
| updateWorkerAssignmentReasonCode | Updates the HcmReasonCodeRecId value for a given position worker assignment. |
| updateWorkerAssignmentValidFrom | Updates the HcmPositionWorkerAssignmentStartDate for a given position worker assignment. |
| updateWorkerAssignmentValidTo | Updates the HcmPositionWorkerAssignmentEndDate value for a given position worker assignment. |
| 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.) |
| ::createHcmPosition | Creates a new position that includes the position detail record. |
| ::newCreateHcmPositionDuration | Creates a new position duration. |
| ::newCreateHcmPositionWorkerAssignment | Creates a new position worker assignment. |
| ::newDeleteHcmPositionDuration | Deletes a position duration record. |
| ::newEndAllHcmPositionWorkerAssignment | Ends all active position worker assignments for a given worker and optionally retires associated positions. |
| ::newEndHcmPositionWorkerAssignment | Ends an active or future position worker assignment. |
| ::newRetireHcmPositionDuration | Retires an active or future position duration. |
| ::newUpdateHcmPositionDuration | Updates the effective dates for a given HcmPositionDuration record. |
| ::newUpdateHcmPositionWorkerAssignment | Updates the effective dates for a given HcmPositionWorkerAssignment record. |
| ::transferWorkerToNewCompFixed | Transfers a worker from one fixed compensation plan to another in a different position. |
| ::transferWorkerToNewCompFixedPlan | Transfers a worker from one fixed compensation plan to another in a different position. |
| ::transferWorkerToNewPosition | Transfers a worker from one position to another. |
| ::txtAssignmentEmploymentEndDate | Returns an error message if validation of the employment end date fails. |
| ::txtAssignmentEmploymentStartDate | Returns an error message if validation of the employment start date fails. |
| ::txtAssignmentPositionEndDate | Returns an error message if validation of the position end date fails. |
| ::txtAssignmentPositionStartDate | Returns an error message if validation of the position start date fails. |
| ::txtAssignmentStartEndDate | Returns an error message if validation of the assignment start date fails. |
| ::txtEarlyPositionAssignment | Returns an error message if validation of the position's available for assignment date fails. |
| ::txtLastDayWorked | Returns an error message if validation of the worker's last day worked fails. |
| ::txtPositionNotAvailableForAssignment | Returns an error message if validation of the position's available for assignment date fails. |
| ::txtTerminationDate | Returns an error message if validation of the termination date fails. |
| ::validateAssignmentAvailableDate | Validates whether the assignment start date of a worker is after the position that is available for assignment. |
| ::validateAssignmentEmploymentEndDate | Determines whether the assignment end date of the worker is valid according to the employment end date. |
| ::validateAssignmentEmploymentStartDate | Determines whether the assignment start date of the worker is valid according to the employment start date. |
| ::validateAssignmentPositionEndDate | Determines whether the assignment end date of the worker is valid according to the retirement date of the position. |
| ::validateAssignmentPositionStartDate | Validates whether the assignment start date of the worker is valid according to the activation date of the position. |
| ::validateAssignmentStartEndDate | Validates whether the assignment start and end dates of the worker are valid. |
| ::validateEmploymentDate | Validates whether the employment start date and employment end date are valid. |
| ::validatePositionIsAvailable | Validates whether the position is available for assignment. |
| ::validateWorkerAssignment | Validates whether the HcmPositionWorkerAssignment record that will be created is valid. |
| ::validateWorkerAssignmentEndDate | Validates whether the assignment end date is valid. |
| ::validateWorkerAssignmentOverlap | Validates that the assignment does not overlap an existing assignment. |
| ::validateWorkerAssignmentStartDate | Validates whether the assignment start date is valid. |
| ::validateWorkerAssignmentStartDates | Validates whether the supplied dates are valid for a worker's assignment to a position. |
| ::validateWorkerLastDayWorked | Validates whether the last day worked and termination date are valid. |
| ::validateWorkerTerminationDate | Validates whether the retirement date and termination date are valid. |
Community Additions
ADD
Show: