JmgResourceJobsForm Class [AX 2012]
The JmgResourceJobsForm class supports the JmgResourceJobs form.
| Method | Description | |
|---|---|---|
| addJobsToResource | Adds specified jobs to the selected resource. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clearSelectedJobs | Clears the selected jobs. |
| dataSourceActive | Enables buttons in the Edit job list form, when the active record is changed. |
| deleteSequence | Deletes the sequence for the selected resource. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fetchSelectedJobsFromDataSource | Fetches selected jobs from the form data source, which is specified by using the setFormDataSource method. |
| getMaximumSelectedPriority | Retrieves the largest priority of the selected jobs. |
| getMinimumSelectedPriority | Retrieves the lowest priority of the selected jobs. |
| getSelectedJobIds | Retrieves the job IDs that the worker has currently selected. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| handleButton | Enables a specific button. |
| initJmgJobTableBuffer | Initializes the internal temporary buffer of JmgJobTable records. |
| isJobSelected | Retrieves whether the specified job is currently selected. |
| lockSequence | Updates the Locked field to a NoYes::Yes enumeration value on selected jobs. |
| moveDown | Moves the selected jobs one position down in the sequence. |
| moveToLine | Moves the selected jobs to a specified position in the sequence |
| moveToResource | Moves the selected jobs to the specified resource. |
| moveUp | Moves the selected jobs one position up in the sequence. |
| new | Initializes a new instance of the JmgResourceJobsForm 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.) |
| parmCurrentProdUnit | Gets or sets the CurrentProdUnit parameter. |
| parmResource | Gets or sets the Resource parameter. |
| parmTouchMode | Gets or sets the TouchMode parameter. |
| refreshDatasource | Refreshes the form data source set in the setFormDataSource method. |
| registerButtons | Registers buttons internally, which allows them to be enabled. |
| saveChanges | Saves any changes that were made to the temporary buffer |
| selectJob | Determines whether the specified job is selected. |
| setFormDataSource | Sets the form data source that displays the contents of the temporary buffer. |
| setSelectedJobsAsMarked | Sets all selected jobs as marked in the form data source that currently displays the contents of the temporary buffer. |
| 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.) |
| unlockSequence | Updates the Locked field to a NoYes::No enumeration value on the selected jobs. |
| 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.) |
All functions made available through the JmgResourceJobs form are implemented by using this class.
The class contains a temporary buffer of JmgJobTable records, which are the records manipulated by the user in the UI. The user selects several jobs from the temporary buffer and executes one or more functions on them.
The selectedJobs map contains the currently selected jobs by the user.
Community Additions
ADD
Show: