Skip to main content

system.kanoa.asset.addCounterTag(counterId, userId)

Adds a counter tag. Tag is stored in a counter folder under the asset


Parameters

counterId Integer: Id of the counter
userId Integer:Id of the user executing the function


Returns

tagPath String
message String None if success


Example

counterId = 45
userId = 5
tagPath, message = system.kanoa.asset.addCounterTag(counterId, userId)