KanbanBoardTransferJobButtonManager Class [AX 2012]
The KanbanBoardTransferJobButtonManager class is a helper class that manages the Action Pane buttons of the KanbanBoardTransferJob form.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkCancel | Determines whether the kanban can be canceled. |
| checkCancelOverview | Determines whether the kanban in the overview control can be canceled. |
| checkCompleteTransfer | Determines whether the selected kanban transfer job can be completed. |
| checkCreateKanbans | Determines whether the pegged kanbans can be created. |
| checkDimensionDisplayPickAndEventList | Determines whether the dimensions for the picking and kanban event list can be set. |
| checkDimensionDisplayTransferJobList | Determines whether the dimensions for the job list can be set. |
| checkEmptyOverview | Determines whether the kanban in the overview control can be emptied. |
| checkJobListParameters | Determines whether the job list parameters can be set. |
| checkPrintBillOfLading | Determines whether the bill of lading can be printed. |
| checkPrintKanbanCard | Determines whether the kanban card can be printed. |
| checkPrintKanbanCardOverview | Determines whether the kanban card in the overview control can be printed. |
| checkPrintPickingList | Determines whether the kanban job picking list can be printed. |
| checkPrintShippingList | Determines whether the shipping list can be printed. |
| checkPrioritize | Determines whether the kanban job can be prioritized. |
| checkPrioritizeOverview | Determines whether the kanban job in the overview control can be prioritized. |
| checkReassignRuleOverview | Indicates whether the selected kanban jobs can be reassigned to an alternative rule. |
| checkRefreshCycle | Determines whether the refresh cycle can be set. |
| checkRegistrationMode | Determines whether the registration mode can be changed. |
| checkRevertStatus | Determines whether the kanban job status can be reverted. |
| checkRevertStatusOverview | Determines whether the kanban job status in the overview control can be reverted. |
| checkShipmentDetails | Determines whether shipment details can be accessed. |
| checkShipmentLines | Determines whether shipment lines can be accessed. |
| checkShipmentNew | Determines whether a new shipment can be created. |
| checkShipmentSend | Determines whether a shipment can be sent. |
| checkStartTransfer | Determines whether the selected kanban transfer job can be started. |
| checkUpdatePickingList | Determines whether the selected kanban job picking list can be updated. |
| checkUpdateRegistration | Determines whether the selected kanban job registration can be updated. |
| clearCache | Performs the special actions that are used to clear the advanced cache for the KanbanBoardTransferJobButtonManager class. |
| determineButtonStates | Implements the special actions that are needed by the KanbanBoardTransferJobButtonManager class for rule evaluation. |
| 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 KanbanBoardTransferJobButtonManager 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.) |
| parmKanbanBoardTransferJobList | Gets or sets the KanbanBoardTransferJobList parameter. |
| parmKanbanOverviewController | Gets or sets the KanbanOverviewController parameter. |
| setDatasources | Sets the data source instances used by the helper class. |
| 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 KanbanBoardTransferJobButtonManager class. |
| ::newDefault | Initializes a new instance of the KanbanBoardTransferJobButtonManager class. |
Community Additions
ADD
Show: