system.kanoa.event.clearZeroedCountEvents
Description
Clears zeroed count events for a specific counter ID within a given date range.Syntax
clearZeroedCountEvents(assetId, tStamp, userId)Parameters:
Returns:
Code Examples
# Example Usage:
assetId = 123
tStamp = timestamp
userId = 999
recordsDeleted = system.kanoa.event.clearZeroedCountEvents(assetId, tStamp, userId)