KanbanRulesFormHelper Class [AX 2012]
The KanbanRulesFormHelper class provides functionality that is specific to the KanbanRules form.
| Method | Description | |
|---|---|---|
| activate | Handles the activation of the KanbanRule object data source. (Overrides the activate Method.) |
| cacheExecuteRule | Executes a method or returns a result from previous execution. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clearCache | Clears the advanced caching. (Overrides the clearCache Method.) |
| determineButtonStates | Implements advanced caching for specific rules. (Inherited from KanbanRulesUIHelper.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| flushLocalCache | Clears the local per kanban rule cache. |
| flushMethodCache | Clears the cache for a particular method. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| handlePrintKanbans | Handles printing the selected kanban for a KanbanRule object. |
| initFromLeanRuleData | Initializes the internal instance of the KanbanFlowWrapper class by using the specified LeanRuleData object. (Overrides the initFromLeanRuleData Method.) |
| isMultiActivityKanbanFlow | (Inherited from KanbanRulesUIHelper.) |
| lookupPlanPlanActivity | Shows the activities lookup. (Inherited from KanbanRulesUIHelper.) |
| lookupPlanPlanActivityReplacingRule | Shows the activities lookup when creating a replacing rule. (Inherited from KanbanRulesUIHelper.) |
| new | Initializes a new instance of the KanbanRulesUIHelper class. (Inherited from KanbanRulesUIHelper.) |
| 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.) |
| onNewReplacedRuleId | Handles the change of the replaced rule selection field in the KanbanRules form. |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| ruleCheckActiveFlowVersions | Checks whether the production flow versions of the KanbanFlow table are active. (Inherited from KanbanRulesUIHelper.) |
| ruleCheckAllowDeviatingQty | Indicates whether the rule allows a deviating quantity. |
| ruleCheckAutoPlanning | Determines whether the rule type can execute auto-planning. |
| ruleCheckCanReplace | Indicates whether the rule can be replaced. |
| ruleCheckCanUseCards | Indicates whether the rule can use circulating cards. |
| ruleCheckCoverageAll | Indicates whether the LeanRuleCoverageType enumeration value is All. (Inherited from KanbanRulesUIHelper.) |
| ruleCheckCoverageProduct | Indicates whether the LeanRuleCoverageType enumeration value is the Product value. (Inherited from KanbanRulesUIHelper.) |
| ruleCheckCoverageProductFamily | Indicates whether the LeanRuleCoverageType enumeration value is the ProductFamily value. (Inherited from KanbanRulesUIHelper.) |
| ruleCheckHasActiveKanbansImp | Indicates whether the rule does not have active kanbans. |
| ruleCheckHasCardsNumSeq | Indicates whether the rule has a number sequence for the cards. |
| ruleCheckHasKanbanFlow | Indicates whether the rule has a valid KanbanFlow object assigned. |
| ruleCheckHasNoKanbans | Indicates whether the rule does not have active kanbans. |
| ruleCheckHasNoKanbansOrNotFixedReplenish | A FormButtonManager class rule method that determines whether the rule does not contain an active kanban. |
| ruleCheckIsActive | Determines whether the rule is active. |
| ruleCheckIsMakeToOrder | Indicates whether the rule is of the make-to-order type. |
| ruleCheckIsMakeToStock | Indicates whether the rule is of the make-to-stock type. |
| ruleCheckIsNew | Indicates whether the rule is new. |
| ruleCheckIsNotInChain | Indicates whether the rule is not part of a replacement chain. |
| ruleCheckIsNotNew | Indicates whether the rule is already saved. |
| ruleCheckIsNotReplaced | Indicates whether the rule is not replaced by another one. |
| ruleCheckIsNotReplacing | Indicates whether the rule is not replacing another one. |
| ruleCheckIsNotReplacingImp | Indicates whether the rule is not replacing another rule. |
| ruleCheckKanbanSupermarket | Determines whether the WMS location that is associated with the rule is a kanban supermarket. |
| ruleCheckKanbanSupermarketImp | Determines whether the WMS location that is associated to the rule is a kanban supermarket. |
| ruleCheckKanbanTypeManufacturing | Indicates whether the kanban type is manufacturing. (Inherited from KanbanRulesUIHelper.) |
| ruleCheckLastActivityUpdatesInventory | Determines whether the last activity of the rule updates inventory. |
| ruleCheckManufacturingSalesEventIsNotCTP | Determines whether the kanban type is manufacturing and the sales line event differs from CTP. |
| ruleCheckManufacturingScheduledOrEvent | Determines whether the rule is for manufacturing kanbans and has a replenishment strategy of a scheduled or event rule. |
| ruleCheckNotKanbanSupermarket | A FormButtonManager class method that determines whether the WMS location associated to the rule is not a kanban supermarket. |
| ruleCheckReplenishEvent | A FormButtonManager class method that determines whether the rule has replenishment strategy of the event. |
| ruleCheckReplenishFixedLevel | Indicates whether the rule has a fixed replenishment strategy. |
| ruleCheckReplenishScheduled | Indicates whether the rule has a scheduled replenishment strategy. |
| ruleCheckReplenishScheduledOrEvent | A FormButtonManager class method that determines whether the rule has replenishment strategy of scheduled or vent. |
| ruleCheckReservationMethods | A FormButtonManager class method for determining if the rule allows for setting reservation methods. |
| ruleCheckSalesLineEventIsNotCTP | A FormButtonManager class method that determines whether the sales line event differs from CTP. |
| ruleCheckSalesOrBOMLineEventActive | A FormButtonManager class method that determines whether the rule has the Sales or the BOM line event types active. |
| ruleCheckSalesOrBOMOrKanbanEventActive | A FormButtonManager class rule method that determines whether the rule has the Sales, the BOM line or the Kanban line event types active. |
| ruleCheckUseCards | Indicates whether the rule uses circulating cards. |
| setDatasources | Sets the data sources to use in the rule computation process. (Inherited from KanbanRulesUIHelper.) |
| 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.) |
| validatePlanPlanActivity | Validates the currently selected first or last activities for a KanbanRule record. (Inherited from KanbanRulesUIHelper.) |
| validatePlanPlanActivityReplacedRule | Validates a currently-selected first or last activities for a KanbanRule in a replacing scenario. (Inherited from KanbanRulesUIHelper.) |
| 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 KanbanRulesFormHelper class. |
| ::newStandard | Creates a new instance of the KanbanRulesFormHelper class. |
Community Additions
ADD
Show: