HcmMassBenefitEnrollment Class [AX 2012]
The HcmMassBenefitEnrollment class is the form helper class for the mass benefit enrollment process.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canRunMassEnrollment | Determines whether the mass enrollment process can be run based on the current data. |
| createBenefitEnrollmentStatus | Creates a new enrollment status record for the given worker. |
| deleteDefunctData | Deletes data that has been left over in the enrollment process tables from incomplete processes. |
| enrollmentProcessingResultCallback | Opens the HcmMassBenefitEnrollmentResults form upon completion of the asynchronous call to the worker eligibility engine. |
| 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.) |
| initEnrollmentForm | Initializes the data and objects that are required for interaction with the form. |
| initWorkerLookup | Initializes the worker lookup class for use with the form that is based on the calling form. |
| new | Initializes a new instance of the HcmMassBenefitEnrollment 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.) |
| parmArgs | Gets or sets the Args parameter. |
| parmBenefitEnrollmentGroup | Gets or sets the HcmBenefitEnrollmentGroup parameter |
| parmCallerMenuItem | Gets or sets the menuItemNameDisplay parameter. |
| parmDefaultBenefit | Gets or sets the HcmBenefit parameter. |
| parmWorkerEligibilityDataSource | Gets or sets the FormDataSource parameter |
| parmWorkerLookup | Gets or sets the HcmWorkerLookup parameter. |
| prepareBenefitEnrollmentGroupTable | Creates a new enrollment group process record. |
| prepareBenefitEnrollmentStatusTable | Prepares new enrollment status records for every worker that is marked in the worker eligibility data source. |
| prepareBenefitEnrollmentTables | Prepares the enrollment process tables for the mass enrollment process. |
| runMassEnrollmentProcess | Runs the mass enrollment process to enroll workers into a benefit. |
| 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.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateProcessParameters | Validates the parameters of the process before determining if the process can continue. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::canEnableMassEnrollment | Determines whether the mass enrollment process can be launched from a form. |
| ::construct | Initializes a new instance of the HcmMassBenefitEnrollment class. |
| ::constructMassEnrollment | Constructs a new mass enrollment object to control the mass enrollment process and form. |
| ::launchMassEnrollmentProcess | Launches the mass enrollment process form. |
Community Additions
ADD
Show: