system.kanoa.event.clearZeroedCountEvents
Description
Clears zeroed count events for a specific counter ID within a given date range.Syntax
clearZeroedCountEvents(assetId, tStamp, userId)- assetId - Asset ID.
- tStamp (datetime) - Timestamp.
- userId - User ID.
Records deleted (int).
Code Example
# Example Usage:
assetId = 123
tStamp = timestamp
userId = 999
recordsDeleted = system.kanoa.event.clearZeroedCountEvents(assetId, tStamp, userId)