InventSumLogTTS::deleteAllItemIds Method
Deletes all records which have a value in the utcCreatedDateTime field that is less than a specified value.
Syntax
server public static void deleteAllItemIds(utcdatetime _createdDateTimeUtc)
Run On
Server
Parameters
- _createdDateTimeUtc
Type: utcdatetime
The utcdatetime value to use to filter which records to delete.
Exceptions
Exception | Condition |
---|---|
Error | The current transaction level is larger than zero. |
Remarks
The delete operation is performed by using multiple transactions of a moderate size. Data is deleted in portions per ItemId value. It is not able to call this method in an active transaction.