RetailConnDeleteLogs.deleteActionsRange Method [AX 2012]
Counts the number of records to be deleted.
public int deleteActionsRange(
utcdatetime _maxCreatedDateTime,
TableId _tableId,
date _maxActionDate)
Run On
ServerParameters
- _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.
Community Additions
ADD
Show: