EventTypeDueSince Class [AX 2012]
The EventTypeDueSince class handles the was due this amount of time ago event. This means that when a date - X is less is than or the same as the system date.
| Method | Description | |
|---|---|---|
| bufferDate | (Inherited from EventTypeDue.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canExecute | Determines whether the record that is currently being processed can be executed. (Inherited from EventTypeDue.) |
| 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.) |
| getDateFilter | (Inherited from EventTypeDue.) |
| 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 EventType.) |
| isFilterInteractive | (Inherited from EventType.) |
| isMatchingRule | Tests whether event data matches the rule that is set up by the event type class. (Overrides the isMatchingRule Method.) |
| isRequiringX | Indicates whether a specialization of an event type needs a value. (Overrides the isRequiringX Method.) |
| isSurrogateForeignKey | (Inherited from EventType.) |
| isValidEventType | Checks whether a specified base type is valid to use with a specialized event type class. (Inherited from EventTypeDue.) |
| isValidForPseudoCursor | (Inherited from EventType.) |
| isValidWithRLS | (Inherited from EventType.) |
| mustLogRecordDeleted | (Inherited from EventType.) |
| mustLogRecordInserted | (Inherited from EventType.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| newDate | |
| 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 EventType class. (Inherited from EventType.) |
| parmCurrentValue | Gets or sets the CurrentValue parameter. (Inherited from EventType.) |
| parmOriginalValue | Gets or sets the OriginalValue parameter. (Inherited from EventType.) |
| parmStartDate | Gets or sets the StartDate parameter. (Inherited from EventTypeDue.) |
| parmTmpEventAlertField | Gets or sets the TmpEventAlertField parameter. (Inherited from EventType.) |
| parmTypeTrigger | (Inherited from EventType.) |
| parmXValue | Gets or sets the XValue parameter. (Inherited from EventType.) |
| setAnyTypeDefaultValues | (Inherited from EventType.) |
| setBuffer | Sets an internal buffer variable that is used when it processes due dates. (Inherited from EventTypeDue.) |
| setDateFilter | Adds a range to the filter query. This enables the interval to be defined for each event due type class. (Overrides the setDateFilter Method.) |
| setRule | Sets an internal EventRule variable. (Inherited from EventTypeDue.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| specialValueExtTypeId | (Overrides the specialValueExtTypeId Method.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unpack | Deserializes the packedClass parameter to an instance of the EventType class. (Inherited from EventType.) |
| 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 | (Overrides the xValueEnumId Method.) |
| ::maxDays | Returns the maximum number of days that the processor is looking back when it processes the was due this amount of time ago due date event type. |
Community Additions
ADD
Show: