KanbanFindRulesEvent Class [AX 2012]
The KanbanFindRulesEvent class provides methods to find the event kanban rules for a set of provided criteria.
| Method | Description | |
|---|---|---|
| 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 | Filters the map containing the search results by leaving only the first applicable rule. (Overrides the finalizeResult Method.) |
| findFirstKanbanRule | Finds the first KanbanRule record that matches the search criteria. (Inherited from KanbanFindRules.) |
| findKanbanRules | Finds kanban rules that match the specified criteria. (Inherited from KanbanFindRules.) |
| first | Retrieves the first KanbanRule record in the result list. (Inherited from KanbanFindRules.) |
| foundRules | Retrieves the number of records in the result list. (Inherited from KanbanFindRules.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isApplicableEventRule | Determines whether a kanban rule is an event kanban rule that meets the search criteria. |
| mustAdd | Indicates whether a given KanbanRule record must be added to the result list. (Overrides the mustAdd Method.) |
| new | Initializes a new instance of the KanbanFindRules class. (Inherited from KanbanFindRules.) |
| next | Retrieves the next KanbanRule record in the result list. (Inherited from KanbanFindRules.) |
| 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 KanbanFindRules.) |
| parmDateTimeTo | Gets or sets the DateTimeTo parameter. (Inherited from KanbanFindRules.) |
| parmExcludeKanbanRuleRecId | Gets or sets the ExcludeKanbanRuleRecId parameter. (Inherited from KanbanFindRules.) |
| parmFirstPlanActivityUpstreamRecId | Gets or sets the FirstPlanActivityUpstreamRecId parameter. (Inherited from KanbanFindRules.) |
| parmFirstRuleOnly | Gets or sets the FirstRuleOnly parameter. (Inherited from KanbanFindRules.) |
| parmIncludeManualEvent | Gets or sets the IncludeManualEvent parameter. |
| parmIncludeManufacturing | Gets or sets the IncludeManufacturing parameter. (Inherited from KanbanFindRules.) |
| parmIncludeNotOnHandUpdateReceipt | Gets or sets the IncludeNotOnHandUpdateReceipt parameter. (Inherited from KanbanFindRules.) |
| parmIncludeOnHandUpdateReceipt | Gets or sets the IncludeOnHandUpdateReceipt parameter. (Inherited from KanbanFindRules.) |
| parmIncludePickupFinished | Gets or sets the IncludePickupFinished parameter. (Inherited from KanbanFindRules.) |
| parmIncludePickupSemiFinished | Gets or sets the IncludePickupSemiFinished parameter. (Inherited from KanbanFindRules.) |
| parmIncludeReceiveFinished | Gets or sets the IncludeReceiveFinished parameter. (Inherited from KanbanFindRules.) |
| parmIncludeReceiveSemiFinished | Gets or sets the IncludeReceiveSemiFinished parameter. (Inherited from KanbanFindRules.) |
| parmIncludeWithdrawal | Gets or sets the IncludeWithdrawal parameter. (Inherited from KanbanFindRules.) |
| parmInventDimId | Gets or sets the InventDimId parameter. (Inherited from KanbanFindRules.) |
| parmInventDimParm | Gets or sets the InventDimParm parameter. (Inherited from KanbanFindRules.) |
| parmItemId | Gets or sets the ItemId parameter. (Inherited from KanbanFindRules.) |
| parmKanbanEventType | Gets or sets the KanbanEventType parameter. |
| parmKanbanRuleRecId | Gets or sets the KanbanRuleRecId parameter. (Inherited from KanbanFindRules.) |
| parmLastPlanActivityDownstreamRecId | Gets or sets the LastPlanActivityDownstreamRecId parameter. (Inherited from KanbanFindRules.) |
| parmLastPlanActivityRecId | Gets or sets the LastPlanActivityRecId parameter. (Inherited from KanbanFindRules.) |
| parmLeanProdFlowReferenceRecId | Gets or sets the LeanProdFlowReferenceRecId parameter. (Inherited from KanbanFindRules.) |
| parmMinimumInventQty | Gets or sets the MinimumInventQty parameter. (Inherited from KanbanFindRules.) |
| parmReplenishmentStrategy | Gets or sets the ReplenishmentStrategy parameter. (Inherited from KanbanFindRules.) |
| parmSkipRuleMayExistCheck | Gets or sets the SkipRuleMayExistCheck parameter. (Inherited from KanbanFindRules.) |
| ruleSearchId | Creates a rule search identifier based on the current rule search criteria. (Overrides the ruleSearchId 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 | |
| ::newStandard | Creates a KanbanFindRulesEvent instance, which contains the provided attributes. |
Community Additions
ADD
Show: