JmgAssignJobsWizard Class [AX 2012]
The JmgAssignJobsWizard class supports the time and attendance configuration wizard.
| Method | Description | |
|---|---|---|
| back | (Inherited from SysWizard.) |
| backEnabled | (Inherited from SysWizard.) |
| bitmapLarge | (Inherited from SysWizard.) |
| bitmapSmall | (Inherited from SysWizard.) |
| cancel | (Inherited from SysWizard.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| curTab | (Inherited from SysWizard.) |
| curTabName | (Inherited from SysWizard.) |
| enableButtons | (Inherited from SysWizard.) |
| ensureActivity | Ensures that a JmgIpcActivity record with the specified type exists. |
| ensureSystemCategory | Ensures that a JmgIpcCategory record for system activities exist. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| finish | Finish the wizard. (Inherited from SysWizard.) |
| finishEnabled | (Inherited from SysWizard.) |
| formName | Retrieves the form name, which contains the design for the time and attendance configuration wizard. (Overrides the formName Method.) |
| formRun | (Inherited from SysWizard.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasFinishButton | (Inherited from SysWizard.) |
| hasFinishPage | (Inherited from SysWizard.) |
| hasWelcomePage | (Inherited from SysWizard.) |
| init | (Inherited from SysWizard.) |
| initFormRun | (Inherited from SysWizard.) |
| isBackEnabled | (Inherited from SysWizard.) |
| isFinishEnabled | (Inherited from SysWizard.) |
| isNextEnabled | (Inherited from SysWizard.) |
| new | Initializes a new instance of the JmgAssignJobsWizard class. (Overrides the new Method.) |
| next | Switches the displayed tab on the wizard to the next tab. (Overrides the next Method.) |
| nextEnabled | (Inherited from SysWizard.) |
| 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.) |
| parametersUpdate | Initializes parameters that are used in time and attendance with default values. |
| prompt | (Inherited from SysWizard.) |
| putJobsOnHRMAbsence | Assigns job IDs to existing absence code groups, and absence codes. |
| putJobsOnOperations | Assigns job IDs to existing ProdRoute records. |
| putJobsOnProjects | Assigns job IDs to existing ProjTable, ProjActivity, and ProjForecastEmpl records. |
| putSignInOutActivity | Creates clock in, clock out, start assistance, stop assistance, and stop break system activities. |
| putSystemActivity | Creates the system waiting system activity. |
| run | Performs the updates to the system that are selected by the user in the wizard. (Overrides the run Method.) |
| saveRecord | (Inherited from SysWizard.) |
| service | (Inherited from SysWizard.) |
| serviceMethod | (Inherited from SysWizard.) |
| setJobsOnHRMAbsenceCodeGroups | Sets and gets the put job on absence code groups property. |
| setJobsOnHRMAbsenceCodes | Sets and gets the put job on absence codes property. |
| setJobsOnOperations | Sets and gets the put job on operations property. |
| setJobsOnProjActivities | Sets and gets the put job on project activities property. |
| setJobsOnProjects | Sets and gets the put job on the projects property. |
| setNextEnabled | Sets the next enabled property for the specified tab index. |
| setPageHelpText | (Inherited from SysWizard.) |
| setPageTitle | (Inherited from SysWizard.) |
| setParameterUpdate | Sets and gets the update parameters property. |
| setSignInOutActivity | Sets and gets the create system activities property. |
| setSystemActivity | Sets and gets the create system activities property. |
| setTab | (Inherited from SysWizard.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setupNavigation | Sets up two arrays, the nextEnabled and backEnabled arrays. Call this.nextEnabled(boolean) and this.backEnabled(boolean) to enable or disable the button runtime. (Overrides the setupNavigation Method.) |
| skipTab | (Inherited from SysWizard.) |
| 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.) |
| validate | Indicates whether values that are entered by the user are valid. (Overrides the validate Method.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::description | Retrieves the description of the JmgAssignJobsWizard class. |
| ::main | Provides an entry point for the JmgAssignJobsWizard class when it is called from a menu item. |
Community Additions
ADD
Show: