EventTypeDue Class [AX 2012]

The EventTypeDue class is the base class in the due date event type hierarchy.

Syntax

class EventTypeDue extends EventType

Run On

Called

Methods

  Method Description
Gg760426.protmethod(en-us,AX.60).gif bufferDate
Gg760426.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg760426.pubmethod(en-us,AX.60).gif canExecute Determines whether the record that is currently being processed can be executed.
Gg760426.pubmethod(en-us,AX.60).gif caption Retrieves the description of the class by calling the static description method. (Inherited from EventType.)
Gg760426.pubmethod(en-us,AX.60).gif description (Overrides the description Method.)
Gg760426.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg760426.protmethod(en-us,AX.60).gif getDateFilter
Gg760426.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg760426.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg760426.protmethod(en-us,AX.60).gif isDimensionField (Inherited from EventType.)
Gg760426.pubmethod(en-us,AX.60).gif isFieldRelated Indicates whether the event type is related to a field or to the whole record. (Inherited from EventType.)
Gg760426.pubmethod(en-us,AX.60).gif isFilterInteractive (Inherited from EventType.)
Gg760426.pubmethod(en-us,AX.60).gif isMatchingRule Tests whether event data matches the rule that is set up by the event type class. (Overrides the isMatchingRule Method.)
Gg760426.pubmethod(en-us,AX.60).gif isRequiringX Indicates whether a specialization of an event type needs a value. (Inherited from EventType.)
Gg760426.protmethod(en-us,AX.60).gif isSurrogateForeignKey (Inherited from EventType.)
Gg760426.pubmethod(en-us,AX.60).gif isValidEventType Checks whether a specified base type is valid to use with a specialized event type class. (Overrides the isValidEventType Method.)
Gg760426.pubmethod(en-us,AX.60).gif isValidForPseudoCursor (Inherited from EventType.)
Gg760426.pubmethod(en-us,AX.60).gif isValidWithRLS (Inherited from EventType.)
Gg760426.pubmethod(en-us,AX.60).gif mustLogRecordDeleted (Inherited from EventType.)
Gg760426.pubmethod(en-us,AX.60).gif mustLogRecordInserted (Inherited from EventType.)
Gg760426.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg760426.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg760426.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg760426.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg760426.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg760426.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the EventType class. (Inherited from EventType.)
Gg760426.pubmethod(en-us,AX.60).gif parmCurrentValue Gets or sets the CurrentValue parameter. (Inherited from EventType.)
Gg760426.pubmethod(en-us,AX.60).gif parmOriginalValue Gets or sets the OriginalValue parameter. (Inherited from EventType.)
Gg760426.pubmethod(en-us,AX.60).gif parmStartDate Gets or sets the StartDate parameter.
Gg760426.pubmethod(en-us,AX.60).gif parmTmpEventAlertField Gets or sets the TmpEventAlertField parameter. (Inherited from EventType.)
Gg760426.pubmethod(en-us,AX.60).gif parmTypeTrigger (Inherited from EventType.)
Gg760426.pubmethod(en-us,AX.60).gif parmXValue Gets or sets the XValue parameter. (Inherited from EventType.)
Gg760426.protmethod(en-us,AX.60).gif setAnyTypeDefaultValues (Inherited from EventType.)
Gg760426.pubmethod(en-us,AX.60).gif setBuffer Sets an internal buffer variable that is used when it processes due dates.
Gg760426.pubmethod(en-us,AX.60).gif setDateFilter Adds a range to the filter query. This enables the interval to be defined for each event due type class.
Gg760426.pubmethod(en-us,AX.60).gif setRule Sets an internal EventRule variable. (Overrides the setRule Method.)
Gg760426.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg760426.pubmethod(en-us,AX.60).gif specialValueExtTypeId (Inherited from EventType.)
Gg760426.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg760426.pubmethod(en-us,AX.60).gif unpack Deserializes the packedClass parameter to an instance of the EventType class. (Inherited from EventType.)
Gg760426.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg760426.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg760426.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg760426.pubmethod(en-us,AX.60).gif xValueEnumId (Inherited from EventType.)
Gg760426.pubmethod(en-us,AX.60).gif Gg760426.static(en-us,AX.60).gif ::dueDays2date Converts a given EventDueDays enumeration value and a date to a date.

Top

Remarks

When a new specialized due date event type is needed, this class or one of its children can be inherited.

The class is used when a rule is created, when due dates are processed, and when an alert message is displayed in the inbox.

Note this is the base class for due date event types. Therefore, changes to this class affect the complete due date hierarchy.

Inheritance Hierarchy

Object Class
  EventType Class
    EventTypeDue Class
      EventTypeDueIn Class
      EventTypeDueSince Class

See Also

EventType Class

EventJobDueDate Class

EventProcessorDueDate Class

EventTypeDueIn Class

EventTypeDueSince Class