KanbanOverviewControl Class [AX 2012]
The KanbanOverviewControl class implements the baseline methods to manage a kanban quantity overview control.
| Method | Description | |
|---|---|---|
| canCancel | Indicates whether the selected kanban jobs can be canceled. |
| cancel | Cancels the selected KanbanJob records. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canChangeStatus | Indicates whether the selected kanban jobs can change status. |
| canCheckPeggingTreeAvailable | Indicates whether the pegging tree of a kanban can be verified. |
| canCreate | Indicates whether the selected kanban jobs can be created. |
| canCreateEventKanban | Indicates whether event kanbans can be created for the selected kanban jobs in the active control. |
| canEmpty | Indicates whether the selected kanban jobs can be emptied. |
| canPlan | Indicates whether the selected kanban jobs can be planned. |
| canPrintKanbanCard | Indicates whether the selected kanban card can be printed. |
| canReassignRule | Indicates whether the selected kanban jobs can be reassigned to an alternative rule. |
| canToggleExpress | Indicates whether the express flag for the selected kanban jobs in the active control can be toggled. |
| changeStatus | Changes the status of the selected KanbanJob records. |
| checkPeggingTreeAvailable | Validates the pegging tree supply of the selected KanbanJob table buffer records in the active control. |
| convertActionState | Converts a .NET action state to its X++ counterpart. |
| create | Creates KanbanJob records based on the selected product. |
| createEventKanban | Creates event kanbans for the selected KanbanJob table buffer records in the active control. |
| empty | Executes an empty action. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getQueryArgs | Gets a container with the arguments required for the query. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes the kanban job schedule control. (Inherited from KanbanControl.) |
| initActions | Initializes the actions of the control. (Overrides the initActions Method.) |
| initDesign | Initializes the design elements of the control. (Overrides the initDesign Method.) |
| isReadOnly | Indicates whether the control is read-only. |
| labels | Initializes a container that contains labels and their identifiers. (Inherited from KanbanControl.) |
| new | Initializes a new instance of the KanbanOverviewControl class. (Overrides the new Method.) |
| 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.) |
| openKanbanHandler | Opens the kanban form for a specified record. (Inherited from KanbanControl.) |
| openKanbanRuleHandler | Opens the kanban rules form for a specified record. (Inherited from KanbanControl.) |
| openMenuItem | Executes a specified menu item. (Inherited from KanbanControl.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmFormManagedHostControl | Gets or sets the FormManagedHostControl parameter. (Inherited from KanbanControl.) |
| parmIsInitialized | Gets or sets the IsInitialized parameter. (Inherited from KanbanControl.) |
| parmKanbanControlLegendFormat | Gets or sets the KanbanControlLegendFormat parameter. |
| parmKanbanJobQuantityBoard | Gets or sets the KanbanJobQuantityBoard parameter. |
| parmKanbanOverviewType | Gets or sets the KanbanOverviewType parameter. |
| parmRefreshAllowed | Controls the status of the fetching actions. |
| parmSysFormRun | Gets or sets the SysFormRun parameter. (Inherited from KanbanControl.) |
| plan | Executes a planning action. |
| printKanbanCard | Executes a print kanban card action. |
| printKanbanHandler | Prints a specified kanban job. (Inherited from KanbanControl.) |
| reassignRule | Reassigns a different rule for the selected KanbanJob records. |
| refresh | Performs an update on the kanban quantity overview control. |
| refreshLegend | Refreshes the legend layout. |
| release | Releases the managed control reference to the class for the forms to close correctly. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| showExceptionMessage | Opens the Infolog with a message. |
| toggleExpress | Toggles the express flag of the selected KanbanJob records. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateSelection | Updates the selection in the control. |
| updateStatus | Updates the status of a kanban job. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| viewPeggingTreeHandler | Opens the pegging tree form for a given record. (Inherited from KanbanControl.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::newManagedHostControl | Creates a new instance of the KanbanOverviewControl class. |
| ::planServer | Executes a planning action on the server. |
Object Class
KanbanControl Class
KanbanOverviewControl Class
KanbanOverviewControlCell Class
KanbanOverviewControlCriteria Class
KanbanControl Class
KanbanOverviewControl Class
KanbanOverviewControlCell Class
KanbanOverviewControlCriteria Class
Community Additions
ADD
Show: