EventTypeCUDChangedToEarlier Class [AX 2012]

The EventTypeCUDChangedToEarlier class is used for rules that trigger when a monitored date field has changed to an earlier date. During Create, Update, or Delete (CUD) event processing, isMatchingRule will determine this change.

class EventTypeCUDChangedToEarlier extends EventTypeCUDDecreased

Run On

Called

  MethodDescription
Gg760367.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg760367.pubmethod(en-us,AX.60).gif caption Retrieves the description of the class by calling the static description method. (Inherited from EventType.)
Gg760367.pubmethod(en-us,AX.60).gif description (Overrides the description Method.)
Gg760367.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg760367.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg760367.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg760367.protmethod(en-us,AX.60).gif isDimensionField (Inherited from EventType.)
Gg760367.pubmethod(en-us,AX.60).gif isFieldRelated Indicates whether the event type is related to a field or to the whole record. (Inherited from EventTypeCUD.)
Gg760367.pubmethod(en-us,AX.60).gif isFilterInteractive (Inherited from EventTypeCUD.)
Gg760367.pubmethod(en-us,AX.60).gif isMatchingRule Determines whether the event data matches the rule that was set up by the event type class. (Inherited from EventTypeCUDDecreased.)
Gg760367.pubmethod(en-us,AX.60).gif isRequiringX Indicates whether a specialization of an event type needs a value. (Inherited from EventType.)
Gg760367.protmethod(en-us,AX.60).gif isSurrogateForeignKey (Inherited from EventType.)
Gg760367.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.)
Gg760367.pubmethod(en-us,AX.60).gif isValidForPseudoCursor (Inherited from EventType.)
Gg760367.pubmethod(en-us,AX.60).gif isValidWithRLS (Inherited from EventType.)
Gg760367.pubmethod(en-us,AX.60).gif mustLogRecordDeleted (Inherited from EventTypeCUD.)
Gg760367.pubmethod(en-us,AX.60).gif mustLogRecordInserted (Inherited from EventTypeCUD.)
Gg760367.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg760367.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.)
Gg760367.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.)
Gg760367.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg760367.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg760367.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the EventTypeCUD class. (Inherited from EventTypeCUD.)
Gg760367.pubmethod(en-us,AX.60).gif parmCurrentValue Gets or sets the CurrentValue parameter. (Inherited from EventType.)
Gg760367.pubmethod(en-us,AX.60).gif parmLogType Gets or sets the LogType parameter. (Inherited from EventTypeCUD.)
Gg760367.pubmethod(en-us,AX.60).gif parmOriginalValue Gets or sets the OriginalValue parameter. (Inherited from EventType.)
Gg760367.pubmethod(en-us,AX.60).gif parmTmpEventAlertField Gets or sets the TmpEventAlertField parameter. (Inherited from EventType.)
Gg760367.pubmethod(en-us,AX.60).gif parmTypeTrigger (Inherited from EventTypeCUDDecreased.)
Gg760367.pubmethod(en-us,AX.60).gif parmXValue Gets or sets the XValue parameter. (Inherited from EventType.)
Gg760367.protmethod(en-us,AX.60).gif setAnyTypeDefaultValues (Inherited from EventType.)
Gg760367.pubmethod(en-us,AX.60).gif setRule Sets the internal EventRule variable. (Inherited from EventType.)
Gg760367.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg760367.pubmethod(en-us,AX.60).gif specialValueExtTypeId (Inherited from EventType.)
Gg760367.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg760367.pubmethod(en-us,AX.60).gif unpack Deserializes the packedClass parameter value to an instance of the EventTypeCUD class. (Inherited from EventTypeCUD.)
Gg760367.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.)
Gg760367.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg760367.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg760367.pubmethod(en-us,AX.60).gif xValueEnumId (Inherited from EventType.)
Top

Note that the EventTypeCUD class is a base class, and also to a non-abstract class.

Object Class
  EventType Class
    EventTypeCUD Class
      EventTypeCUDDecreased Class
        EventTypeCUDChangedToEarlier Class

Community Additions

ADD
Show: