This documentation is archived and is not being maintained.
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.
| Exception | Condition |
|
UpdateConflictNotRecovered
|
A standard update conflict resolution.
|
|
UpdateConflict
|
A standard update conflict resolution.
|