KanbanBoardWorkCellForm Class [AX 2012]
The KanbanBoardWorkCellForm class provides the business logic required for the KanbanBoardWorkCell form including filter management and inventory dimension setup.
| Method | Description | |
|---|---|---|
| cancelSelectedKanbanJobs | Cancels one or more selected kanban jobs. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkCardId | Validates that a card exists and that the card is assigned to a kanban. (Inherited from KanbanBoardForm.) |
| 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 KanbanBoardWorkCellForm 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. (Inherited from KanbanBoardForm.) |
| parmInventDimFormSetupPickListPegging | Gets the InventDimForm object that is used for a dimensions setup in the picking list and pegging. |
| parmInventDimFormSetupProcessJobList | Retrieves the InventDimForm object that is used for dimensions setup in the process jobs list. |
| parmInventDimFormSetupTransferJobList | Gets the InventDimForm object that is used for dimensions setup in the transfer jobs list. |
| parmInventDimPickListAndPegging | Gets or sets the InventDimPickListAndPegging parameter. |
| parmInventDimProcessJobList | Gets or sets the InventDimProcessJobList parameter. |
| parmInventDimTransferJobList | Gets or sets the InventDimTransferJobList parameter. |
| revertStatusSelectedKanbanJobs | Reverts the status of one or more selected kanban jobs. |
| runMenuItem | Runs a command. (Inherited from KanbanBoardForm.) |
| selectCard | Highlights the specified card in the list of jobs or outputs an error message to the message board if the card is not found. |
| selectFormDataSourceRecord | Selects the last occurrence of a specified value in a specified field and data source. (Inherited from KanbanBoardForm.) |
| selectJob | Highlights the specified job in the list of jobs. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toggleSelectedJobsPriority | Sets the kanban priority of one or more selected kanban jobs. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateDesign | Triggers design updates to create or update the InventDimFormSetup helpers. |
| 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 KanbanBoardWorkCellForm class. |
| ::newForm | Creates a helper class for the kanban board form class based on the FormRun data. |
| ::renewWorkCellFilter | Obtains a new work cell filter from the user by using the KanbanBoardWorkCellProcessFilter form. |
| ::updateSelectedJobsPriority | update the kanban priority of one or more selected kanban jobs. |
| ::validateFilter | Verifies that the custom filter of the form is valid. |
Community Additions
ADD
Show: