LeanRuleKanban Class [AX 2012]
The LeanRuleKanban class is the base class for all the different rule types.
| Method | Description | |
|---|---|---|
| addFilter | Adds additional filters to the query object based on the current selection in the form and any replenishment strategy constraints. |
| addFilterFirstActivity | Adds filtering conditions when the first activity is selected. |
| addFilterLastActivity | Adds filtering conditions when the last activity is selected. |
| addFilterReplacingRule | Adds the filtering conditions in case the lookup is used to replace a rule. |
| allowManualKanbans | Indicates whether the replenishment strategy allows for creating manual kanbans. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canJobResetFromStatus | Indicates whether a job that is related to the rule can be reset from a specified status. |
| canTrigger | Determines whether a rule can be triggered. |
| defaultHandlingUnitEmptyPolicy | Sets the default for the handling unit empty policy field. |
| defaultKanbanTypeValues | Sets default values that are based on the kanban type. |
| duplicateKanban | Handles the duplication of the Kanban. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getKanbanCreationForm | Retrieves the name of the form for manually creating kanbans. |
| getMaxKanbanQty | Retrieves the maximum kanban quantity that is allowed by the rule. |
| getMinKanbanQty | Retrieves the minimum kanban quantity that is allowed by the rule. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| handleUrgencyUpdate | Updates the urgency level of the rule. |
| initFields | Initializes the fields default data. |
| initializeContext | Initializes the implemented of the interface with the context it operates on. |
| insert | Creates a rule of the required type the rule entities hierarchy. |
| manualKanbansNeedCards | Specifies whether manual kanbans require circulating cards. |
| modifiedField | Handles the change in the field value. |
| needsReprint | Determines whether a Kanban Card must be reprinted if it is reassigned to the _newKanbanRule. |
| new | Initializes a new instance of the LeanRuleKanban 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.) |
| refreshLeadTime | Refreshes the lead time for the kanban rule. |
| requiresAutoPlanning | Specifies whether auto-planning is necessary. |
| 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. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateFields | Validates the integer fields of the KanbanRule buffer. |
| validatePrintType | Checks if the kanban rule has the correct print type. |
| validateRegisterAsEmpty | Validates the register of the kanban rule is set as empty. |
| validateSelection | Validates a selected source or destination. |
| validateWrite | Validates the writing of a particular LeanRuleKanban type object. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::newLeanRuleData | Factory method for creating objects from the LeanRuleKanban hierarchy. |
Community Additions
ADD
Show: