Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
addMessageText | Adds the text to the message. |
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
createLowestList | Finds the earliest processed date from the scheduler tables. |
![]() |
deleteActions | Deletes all the actions from the RetailConnActionTable records that are not the latest processed. |
![]() |
deleteActionsByTableId | Deletes all the actions from the RetailConnActionTable table that is based on the job ID. |
![]() |
deleteActionsRange | Counts the number of records to be deleted. |
![]() |
deleteDataDistributionLog | Deletes the distribution log and returns true. |
![]() |
deletePreactionLog | Deletes the records log from the RetailConnPreactionLog table and displays a message that has the number of records deleted. |
![]() |
deletePreactions | Deletes all the preactions that are older than the recent action date. |
![]() |
deleteSchedulerLog | Deletes the scheduler table record log from RetailConnSchedulerLog table related to a specific job ID. |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
getLatestDate | Gets the latest date calculated on number of days to delete. |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
messageText | Gets the text to be displayed. |
![]() |
new | Initializes a new instance of the Object class. (Inherited from Object.) |
![]() |
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.) |
![]() |
run | Deletes the preactions and updates the scheduler table with the message text. |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
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.) |
![]() ![]() |
::main | Provides an entry point for the RetailConnDeleteLogs class when it is called from a menu item. |
Top
Inheritance Hierarchy
Object Class
RetailConnDeleteLogs Class