KanbanBoardTransferJobForm Class [AX 2012]
The KanbanBoardTransferJobForm class provides the business logic that is required for the KanbanBoardTransferJob form that includes 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.) |
| getNotCompletedProcessJob | Returns the last uncompleted process job of a kanban. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| inventDimFormSetupPickListPegging | Gets the InventDimCtrl_Frm object to use for dimensions setup in the picking list and pegging. |
| inventDimFormSetupTransferJobList | Gets the InventDimCtrl_Frm object to use for dimensions setup in the transfer jobs list. |
| new | Initializes a new instance of the KanbanBoardTransferJobForm 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.) |
| openKanbanForm | Opens the kanban form for a specified kanban job. |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmFormRun | Gets or sets the FormRun parameter. (Inherited from KanbanBoardForm.) |
| parmInventDimPickListAndPegging | Gets or sets the InventDimPickListAndPegging parameter. |
| parmInventDimTransferJobList | Gets or sets the InventDimTransferJobList parameter. |
| processCard | Executes the action that is defined in the registration mode on a specified kanban card. |
| renewFilter | Obtains a new filter from the user through the KanbanBoardTransferJobFilter form. |
| revertStatusSelectedKanbanJobs | |
| runMenuItem | Runs a command. (Inherited from KanbanBoardForm.) |
| selectCard | This method is obsolete. |
| selectCardId | Highlights the specified card in the list of jobs. |
| 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 class 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 KanbanBoardTransferJobForm class. |
| ::newForm | Creates a helper class for the KanbanBoardTransferJob form that is based on the actual FormRun data. |
| ::validateFilter | Verifies that the custom filter of the form is valid. |
Community Additions
ADD
Show: