EventProcessorCUD Class [AX 2012]
The EventProcessorCUD class processes a single event; that is, it will run all rules relevant to the event and execute an action for each matching rule.
| Method | Description | |
|---|---|---|
| aggregationIgnoreSet | |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkAccess | |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| executeActions | |
| findFromDimensionData | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| parmErrorOccurred | Gets the ErrorOccurred parameter. |
| parmRuleInstanceTypeCache | Gets or sets the RuleInstanceTypeCache parameter. |
| process | Processes an event; the actual method of processing depends on the type of the event. |
| processCreate | Processes a create (insert) event. The method loops over all rules relevant for the event and then leaves additional processing to the processRuleCreate method. |
| processDelete | Processes a delete event; loops over all rules relevant for the event and then leaves additional processing to the processRuleDelete method. |
| processRuleAggregation | |
| processRuleCreate | Runs a single rule on a given create (insert) event. The rule's filter and associated event type will determine whether the rule matches the event. |
| processRuleDelete | Runs a single rule on a given delete event. The rule's associated event type will determine whether the rule matches the event. |
| processRuleUpdate | Runs a single rule on a given update event or a rename-key event. |
| processUpdate | Processes an update or rename-key event. The method loops through all rules that are relevant for the event and then leaves further processing to the processRuleUpdate method. |
| run | Processes all rules for a single event. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| subTypes | |
| 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.) |
| ::addSubQuery | |
| ::compareRanges | |
| ::construct | |
| ::isRangeOnKeyField | |
| ::mapFieldIds2ValuesFromOtherList |
Community Additions
ADD
Show: