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.
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.