KanbanBoardProcessJobList Class [AX 2012]
The KanbanBoardProcessJobList helper class manages the kanban process jobs list in kanban board forms.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkCancelEnabled | Indicates whether one or more of the selected kanban jobs can be canceled. |
| checkCompleteDetailsEnabled | Verifies whether the selected kanban jobs can be changed to completed status by providing deviation data. |
| checkCompleteEnabled | Verifies whether the selected kanban jobs can be changed to completed status. |
| checkCreateEventKanbansEnabled | Verifies whether the event kanbans can be created for a selected kanban job. |
| checkPrepareEnabled | Verifies whether the selected kanban jobs can be changed to prepared status. |
| checkPrintEnabled | Verifies whether the selected kanban jobs can be printed. |
| checkPrioritizeEnabled | Indicates whether the priority of one or more of the selected kanban jobs can be toggled. |
| checkRevertStatusEnabled | Indicates that the kanban job status for one or more of the selected kanban jobs that can be reverted. |
| checkStartEnabled | Verifies whether the selected kanban jobs can be changed to in progress status. |
| checkStatusReset | Indicates whether the status of one or more of the selected jobs can be reset to the specified status. |
| checkViewPeggingTreeEnabled | Verifies whether the selected kanban jobs can be printed. |
| createEventKanbans | Creates event kanbans for the selected kanban jobs and its picking list lines. |
| 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 KanbanBoardProcessJobList 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.) |
| parmFormRun | Gets or sets the FormRun parameter. |
| printKanbanCards | Sends kanban cards to the report to print them. |
| printPickingList | Sends kanban jobs to the report to print their picking lists. |
| selectedJobs | Retrieves a container that contains selected kanban job record IDs. |
| 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.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the KanbanBoardProcessJobList class. |
| ::newForm | Creates a helper class for the Kanban Board form that manages the kanban process jobs list. |
Community Additions
ADD
Show: