LeanRuleStatusInactive Class [AX 2012]
Represents a rule which validity period is in the future.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canTrigger | Determines whether a rule can be triggered. (Inherited from LeanRuleStatusBase.) |
| delete | Deletes all kanban rule related records in the database. (Inherited from LeanRuleStatusBase.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getActiveRule | Retrieves the record ID of the currently active rule. (Overrides the getActiveRule Method.) |
| getCardsQuery | Retrieves a query which can be used to get the cards that belong to a rule. (Inherited from LeanRuleStatusBase.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasActiveKanbans | Determines whether the rule has any active kanbans. (Inherited from LeanRuleStatusBase.) |
| initFields | Initializes the fields default data. (Inherited from LeanRuleStatusBase.) |
| initializeContext | Initializes the context of the interface with the context on which it operates. (Inherited from LeanRuleStatusBase.) |
| isOutdated | Specifies whether a rule is outdated. (Inherited from LeanRuleStatusBase.) |
| modifiedField | Handles the change in a field value. (Inherited from LeanRuleStatusBase.) |
| new | Initializes a new instance of the LeanRuleStatusBase class. (Inherited from LeanRuleStatusBase.) |
| 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.) |
| onKanbanFlowChanged | Handles a change in the kanban flow. (Inherited from LeanRuleStatusBase.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| reassignCard | Handles the reassignment of a kanban card record. (Inherited from LeanRuleStatusBase.) |
| refreshLeadTime | Refreshes the lead time for the kanban rule. (Inherited from LeanRuleStatusBase.) |
| setProtectedElement | Sets the value of the protected element. (Inherited from LeanRuleStatusBase.) |
| 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.) |
| update | Updates the rule record in the database. (Inherited from LeanRuleStatusBase.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateCoverage | Validates whether a change of the kanban flow is possible. (Inherited from LeanRuleStatusBase.) |
| validateFlow | Validates whether a change of the kanban flow is possible. (Inherited from LeanRuleStatusBase.) |
| validateTypes | Validates whether a change of the kanban type or the replenishment strategy is possible. (Inherited from LeanRuleStatusBase.) |
| validateWrite | Validates the writing of a particular type object. (Inherited from LeanRuleStatusBase.) |
| wait | Pauses a process. (Inherited from Object.) |
| write | Persists a kanban rule and all its related entities. (Inherited from LeanRuleStatusBase.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the LeanRuleStatusInactive class. |
| ::newStandard | Creates a new instance of the class. |
Community Additions
ADD
Show: