KanbanBoardTransferJobList Class [AX 2012]
The KanbanBoardTransferJobList class is a helper class that manages the kanban transfer 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. |
| checkCompleteTransferEnabled | Verifies that the selected transfer kanban jobs can be changed to completed status. |
| checkEmptyEnabled | Verifies that one or more of the selected transfer kanban jobs can be emptied. |
| checkNoPendingPeggedJobs | Checks if there are any pending pegged kanban jobs. |
| checkPrioritizeEnabled | Indicates whether the priority of one or more of the selected kanban jobs can be toggled. |
| checkRegistrationMode | Indicates whether a specified kanban card can be used with the specified registration mode. |
| checkRevertStatusEnabled | Indicates that the kanban job status for one or more of the selected kanban jobs that can be reverted. |
| checkSelectedJobWithShipment | Checks whether the selected transfer kanban job has a shipment. |
| checkSendShipment | Checks whether the selected transfer kanban job has a shipment that can be shipped. |
| checkStartTransferEnabled | Indicates whether the selected transfer 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. |
| checkUpdatePickingListEnabled | Indicates whether the InventTransPick form can be opened for the selected transfer kanban jobs. |
| checkUpdateRegistrationEnabled | Checks whether the InventTransRegister form can be opened for the selected transfer kanban jobs. |
| createEventKanbans | Creates event kanbans for selected kanban jobs. |
| 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 KanbanBoardTransferJobList 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 | Prints kanban cards for the selected jobs in the transfer job list. |
| printPickingList | Prints kanban cards for the selected jobs in the transfer job list. |
| 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 KanbanBoardTransferJobList class. |
| ::newForm | Creates a helper class for the KanbanBoardForm class that manages the kanban transfer jobs list. |
Community Additions
ADD
Show: