EventTypeCUDDecreasedBelow Class [AX 2012]

The EventTypeCUDDecreasedBelow class is used for rules that trigger when a monitored field has decreased lower than a specific value. During Create, Update, or Delete (CUD) event processing, isMatchingRule will determine this decrease.

Syntax

class EventTypeCUDDecreasedBelow extends EventTypeCUDHasValue

Run On

Called

Methods

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

Top

Remarks

Note that this class is a base class, in addition to a non-abstract class.

Inheritance Hierarchy

Object Class
  EventType Class
    EventTypeCUD Class
      EventTypeCUDHasValue Class
        EventTypeCUDDecreasedBelow Class
          EventTypeCUDChangedToEarlierThan Class

See Also

EventType Class

EventTypeCUD Class

EventTypeCUDChangedToEarlier Class

EventTypeCUDChangedToEarlierThan Class

EventTypeCUDDecreased Class

EventTypeCUDHasValue Class

EventTypeCUDIncreased Class

EventTypeCUDIncreasedAbove Class

EventTypeCUDPostponed Class

EventTypeCUDPostponedUntil Class