KanbanRulesConnected Class [AX 2012]
The KanbanRulesConnected class explores connected kanban rules and lets you enumerate the results.
| Method | Description | |
|---|---|---|
| addNextLevel | Adds the next level of connected kanban rules. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| connectedKanbanRulesAsList | Retrieves the connected kanban rules of a given kanban rule |
| 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.) |
| includeKanbanRule | Indicates whether a given kanban rule is included in additional exploration. |
| init | Initializes class variables. |
| initEnumeration | Initializes class variables that are used to enumerate connected kanban rules. |
| initFindRules | Initializes the KanbanFindRule object. |
| kanbanRule | Retrieves the current KanbanRule record. |
| level | Retrieves the current level value. |
| listKanbanRulesConnected | Retrieves the connected kanban rules as a flat list of KanbanRule records. |
| moveNext | Moves to the next kanban rule in the result collection. |
| new | Initializes a new instance of the KanbanRulesConnected 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.) |
| parmDateTimeFrom | Gets or sets the DateTimeFrom parameter. |
| parmDateTimeTo | Gets or sets the DateTimeTo parameter. |
| parmInventDimId | Gets or sets the InventDimId parameter. |
| parmInventQty | Gets or sets the InventQty parameter. |
| parmItemId | Gets or sets the ItemId parameter. |
| parmKanbanRuleRoot | Gets or sets the KanbanRuleRoot parameter. |
| reset | Resets the enumeration and optionally the results. |
| setConnectionParameters | Sets the connection parameters. |
| 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.) |
Community Additions
ADD
Show: