RetailConnDeleteLogs.deleteActionsRange Method [AX 2012]

Counts the number of records to be deleted.

public int deleteActionsRange(
    utcdatetime _maxCreatedDateTime, 
    TableId _tableId, 
    date _maxActionDate)

Run On

Server

Parameters

_maxCreatedDateTime
Type: utcdatetime
The date time value of the action that is last processed.
_tableId
Type: TableId Extended Data Type
The reference table ID value for RetailConnActionTable table.
_maxActionDate
Type: date
The recent date of action.

Return Value

Type: int
The number of records to be deleted.

Community Additions

ADD
Show: