Share via


RetailConnDeleteLogs.deleteActionsByTableId Method [AX 2012]

Deletes all the actions from the RetailConnActionTable table that is based on the job ID.

Syntax

public int deleteActionsByTableId(utcdatetime _maxCreatedDateTime, date _maxActionDate)

Run On

Server

Parameters

  • _maxCreatedDateTime
    Type: utcdatetime
    The created date time value of the action.
  • _maxActionDate
    Type: date
    The processed date of the action.

Return Value

Type: int
The number of actions deleted.

See Also

Reference

RetailConnDeleteLogs Class