KanbanRulesConnectedSemiFinished Class [AX 2012]
The KanbanRulesConnectedSemiFinished class explores connected kanban rules until a rule is encountered that does not receive or detect partially finished items.
| Method | Description | |
|---|---|---|
| addNextLevel | Adds the next level of connected kanban rules. (Inherited from KanbanRulesConnected.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| connectedKanbanRulesAsList | Retrieves the connected kanban rules of a given kanban rule (Inherited from KanbanRulesConnected.) |
| 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. (Inherited from KanbanRulesConnected.) |
| init | Initializes class variables. (Overrides the init Method.) |
| initEnumeration | Initializes class variables that are used to enumerate connected kanban rules. (Overrides the initEnumeration Method.) |
| initFindRules | Initializes the KanbanFindRule object. (Inherited from KanbanRulesConnected.) |
| isDownStream | Indicates whether the current enumeration result is downstream of the root. |
| isUpStream | Indicates whether the current enumeration result is upstream of the root. |
| kanbanRule | Retrieves the current KanbanRule record. (Inherited from KanbanRulesConnected.) |
| level | Retrieves the current level value. (Inherited from KanbanRulesConnected.) |
| listKanbanRulesConnected | Retrieves the connected kanban rules as a flat list of KanbanRule records. (Inherited from KanbanRulesConnected.) |
| moveNext | Moves to the next kanban rule in the result collection. (Overrides the moveNext Method.) |
| new | Initializes a new instance of the KanbanRulesConnected class. (Inherited from KanbanRulesConnected.) |
| 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. (Inherited from KanbanRulesConnected.) |
| parmDateTimeTo | Gets or sets the DateTimeTo parameter. (Inherited from KanbanRulesConnected.) |
| parmInventDimId | Gets or sets the InventDimId parameter. (Inherited from KanbanRulesConnected.) |
| parmInventQty | Gets or sets the InventQty parameter. (Inherited from KanbanRulesConnected.) |
| parmItemId | Gets or sets the ItemId parameter. (Inherited from KanbanRulesConnected.) |
| parmKanbanRuleRoot | Gets or sets the KanbanRuleRoot parameter. (Inherited from KanbanRulesConnected.) |
| relativeLevel | Retrieves the current relative level value. |
| reset | Resets the enumeration and optionally the results. (Inherited from KanbanRulesConnected.) |
| setConnectionParameters | Sets the connection parameters. (Overrides the setConnectionParameters Method.) |
| 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 KanbanRulesConnectedSemiFinished class. |
| ::newStandard | Instantiates a KanbanRulesConnectedUpStreamSemi object. |
Community Additions
ADD
Show: