InventSumLogTTS::deleteItemId Method
Deletes all records for a specified value of the ItemId field which have a utcCreatedDateTime field value smaller than a specified value.
Syntax
server public static void deleteItemId(ItemId _itemId, utcdatetime _createdDateTimeUtc)
Run On
Server
Parameters
- _itemId
Type: ItemId Extended Data Type
The value of the ItemId field to use to filter which records to delete.
- _createdDateTimeUtc
Type: utcdatetime
The utcdatetime value that is used to filter which records will be deleted.
Remarks
The delete operation is performed in one transaction. It is able to call this method in an active transaction.