KanbanFindRules Class [AX 2012]
The KanbanFindRules class provides methods to find the KanbanRule records that apply for a set of specified criteria.
| Method | Description | |
|---|---|---|
| add | Adds a KanbanRule record to the list of search results. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| finalizeResult | Builds a list object that is the final result of the find operation. |
| findAllRules | Finds rules with a RuleCoverageType enumeration value of All. |
| findFirstKanbanRule | Finds the first KanbanRule record that matches the search criteria. |
| findKanbanRules | Finds kanban rules that match the specified criteria. |
| findKanbanRulesType | Finds the kanban rules that match the specified criteria of the coverage type. |
| findProductFamilyRules | Finds the product family rules by using a RuleCoverageType enumeration value of the product family. |
| findProductRules | Finds the product rules by using a RuleCoverageType enumeration value of the product. |
| first | Retrieves the first KanbanRule record in the result list. |
| foundRules | Retrieves the number of records in the result list. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes the class variables for the find operation. |
| initCacheAndResult | Initializes the cache and result objects. |
| inventDim | Finds the InventDim record that is used in the find operation. |
| inventDimGroupSetup | Creates or retrieves an InventDimGroupSetup object. |
| inventDimParm | Creates or retrieves a InventDimParm table buffer. |
| mapKey | Builds a container that can be used as a key for the Map of the results. |
| mustAdd | Indicates whether a specified KanbanRule record must be added to the result list. |
| mustContinueSearch | Determines whether the find operation must be continued. |
| mustScanAllCoverageTypes | Determines if all rule types need to be scanned in order to find a rule. |
| new | Initializes a new instance of the KanbanFindRules class. |
| next | Retrieves the next KanbanRule record in the result list. |
| 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. |
| parmExcludeKanbanRuleRecId | Gets or sets the ExcludeKanbanRuleRecId parameter. |
| parmFirstPlanActivityUpstreamRecId | Gets or sets the FirstPlanActivityUpstreamRecId parameter. |
| parmFirstRuleOnly | Gets or sets the FirstRuleOnly parameter. |
| parmIncludeManufacturing | Gets or sets the IncludeManufacturing parameter. |
| parmIncludeNotOnHandUpdateReceipt | Gets or sets the IncludeNotOnHandUpdateReceipt parameter. |
| parmIncludeOnHandUpdateReceipt | Gets or sets the IncludeOnHandUpdateReceipt parameter. |
| parmIncludePickupFinished | Gets or sets the IncludePickupFinished parameter. |
| parmIncludePickupSemiFinished | Gets or sets the IncludePickupSemiFinished parameter. |
| parmIncludeReceiveFinished | Gets or sets the IncludeReceiveFinished parameter. |
| parmIncludeReceiveSemiFinished | Gets or sets the IncludeReceiveSemiFinished parameter. |
| parmIncludeWithdrawal | Gets or sets the IncludeWithdrawal parameter. |
| parmInventDimId | Gets or sets the InventDimId parameter. |
| parmInventDimParm | Gets or sets the InventDimParm parameter. |
| parmItemId | Gets or sets the ItemId parameter. |
| parmKanbanRuleRecId | Gets or sets the KanbanRuleRecId parameter. |
| parmLastPlanActivityDownstreamRecId | Gets or sets the LastPlanActivityDownstreamRecId parameter. |
| parmLastPlanActivityRecId | Gets or sets the LastPlanActivityRecId parameter. |
| parmLeanProdFlowReferenceRecId | Gets or sets the LeanProdFlowReferenceRecId parameter. |
| parmMinimumInventQty | Gets or sets the MinimumInventQty parameter. |
| parmReplenishmentStrategy | Gets or sets the ReplenishmentStrategy parameter. |
| parmSkipRuleMayExistCheck | Gets or sets the SkipRuleMayExistCheck parameter. |
| ruleSearchId | Creates a rule search identifier based on the current rule search criteria. |
| 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.) |
| ::checkReplenishmentStrategy | Checks if any rule exists for a given replenishment strategy. |
| ::construct | Initializes a new instance of the KanbanFindRules class. |
| ::defaultInventDimParm | Retrieves the default InventDimParm table buffer settings. |
| ::isCoverageValid | Validates that a coverage date time range is valid. |
| ::newFromLeanProductionFlowReference | Creates a KanbanFindRules instance with the provided attributes. |
| ::newStandard | Creates a KanbanFindRules instance with the provided attributes. |
| ::ruleMayExist | Checks if any applicable rule may exist. |
Object Class
KanbanFindRules Class
KanbanFindRules_MasterScheduling Class
KanbanFindRulesEvent Class
KanbanFindRules Class
KanbanFindRules_MasterScheduling Class
KanbanFindRulesEvent Class
Community Additions
ADD
Show: