Share via


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

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

See Also

Reference

InventSumLogTTS Table