RetailConnDataDirectorQuery.executeDelete Method [AX 2012]

Deletes the selected record that is retrieved in the query.

public int executeDelete(boolean _ddDeleteExists)

Run On

Called

Parameters

_ddDeleteExists
Type: boolean
A Boolean value that indicates whether to delete the record.

Return Value

Type: int
The number of records deleted.

ExceptionCondition
UpdateConflictNotRecovered

A standard update conflict resolution.

UpdateConflict

A standard update conflict resolution.

Community Additions

ADD
Show: