RetailConnDeleteLogs Class [AX 2012]

The RetailConnDeleteLogs class deletes all the scheduler and action table logs.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          class RetailConnDeleteLogs

  Microsoft Dynamics AX 2012 R2 (SYS)
          class RetailConnDeleteLogs

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          class RetailConnDeleteLogs extends RetailConnReplicationJob

Run On

Server

Methods

  Method Description
Hh811466.pubmethod(en-us,AX.60).gif addMessageText Adds the text to the message.
Hh811466.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Hh811466.pubmethod(en-us,AX.60).gif createLowestList Finds the earliest processed date from the scheduler tables.
Hh811466.pubmethod(en-us,AX.60).gif deleteActions Deletes all the actions from the RetailConnActionTable records that are not the latest processed.
Hh811466.pubmethod(en-us,AX.60).gif deleteActionsByTableId Deletes all the actions from the RetailConnActionTable table that is based on the job ID.
Hh811466.pubmethod(en-us,AX.60).gif deleteActionsRange Counts the number of records to be deleted.
Hh811466.pubmethod(en-us,AX.60).gif deleteDataDistributionLog Deletes the distribution log and returns true.
Hh811466.pubmethod(en-us,AX.60).gif deletePreactionLog Deletes the records log from the RetailConnPreactionLog table and displays a message that has the number of records deleted.
Hh811466.pubmethod(en-us,AX.60).gif deletePreactions Deletes all the preactions that are older than the recent action date.
Hh811466.pubmethod(en-us,AX.60).gif deleteSchedulerLog Deletes the scheduler table record log from RetailConnSchedulerLog table related to a specific job ID.
Hh811466.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Hh811466.pubmethod(en-us,AX.60).gif getLatestDate Gets the latest date calculated on number of days to delete.
Hh811466.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Hh811466.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Hh811466.pubmethod(en-us,AX.60).gif messageText Gets the text to be displayed.
Hh811466.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Hh811466.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.)
Hh811466.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.)
Hh811466.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Hh811466.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Hh811466.pubmethod(en-us,AX.60).gif run Deletes the preactions and updates the scheduler table with the message text.
Hh811466.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Hh811466.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Hh811466.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.)
Hh811466.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Hh811466.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Hh811466.pubmethod(en-us,AX.60).gif Hh811466.static(en-us,AX.60).gif ::main Provides an entry point for the RetailConnDeleteLogs class when it is called from a menu item.

Top

Inheritance Hierarchy

Object Class
  RetailConnDeleteLogs Class