EventTypeCUDIncreased Class [AX 2012]
The EventTypeCUDIncreased class is used for rules that trigger when a monitored field has increased. During Create, Update, or Delete (CUD) event processing, isMatchingRule will determine this increase.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| caption | Retrieves the description of the class by calling the static description method. (Inherited from EventType.) |
| description | (Overrides the description Method.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isDimensionField | (Inherited from EventType.) |
| isFieldRelated | Indicates whether the event type is related to a field or to the whole record. (Inherited from EventTypeCUD.) |
| isFilterInteractive | (Inherited from EventTypeCUD.) |
| isMatchingRule | Determines whether the event data matches the rule that was set up by the event type class. (Overrides the isMatchingRule Method.) |
| isRequiringX | Indicates whether a specialization of an event type needs a value. (Inherited from EventType.) |
| isSurrogateForeignKey | (Inherited from EventType.) |
| isValidEventType | Checks whether a specified base type is valid to use with a specialized event type class. (Overrides the isValidEventType Method.) |
| isValidForPseudoCursor | (Inherited from EventType.) |
| isValidWithRLS | (Inherited from EventType.) |
| mustLogRecordDeleted | (Inherited from EventTypeCUD.) |
| mustLogRecordInserted | (Inherited from EventTypeCUD.) |
| 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.) |
| pack | Serializes the current instance of the EventTypeCUD class. (Inherited from EventTypeCUD.) |
| parmCurrentValue | Gets or sets the CurrentValue parameter. (Inherited from EventType.) |
| parmLogType | Gets or sets the LogType parameter. (Inherited from EventTypeCUD.) |
| parmOriginalValue | Gets or sets the OriginalValue parameter. (Inherited from EventType.) |
| parmTmpEventAlertField | Gets or sets the TmpEventAlertField parameter. (Inherited from EventType.) |
| parmTypeTrigger | (Overrides the parmTypeTrigger Method.) |
| parmXValue | Gets or sets the XValue parameter. (Inherited from EventType.) |
| setAnyTypeDefaultValues | (Inherited from EventType.) |
| setRule | Sets the internal EventRule variable. (Inherited from EventType.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| specialValueExtTypeId | (Inherited from EventType.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unpack | Deserializes the packedClass parameter value to an instance of the EventTypeCUD class. (Inherited from EventTypeCUD.) |
| 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.) |
| xValueEnumId | (Inherited from EventType.) |
Object Class
EventType Class
EventTypeCUD Class
EventTypeCUDIncreased Class
EventTypeCUDPostponed Class
EventType Class
EventTypeCUD Class
EventTypeCUDIncreased Class
EventTypeCUDPostponed Class
Community Additions
ADD
Show: