Changes in counters in version 1.6

Build 1501 on 14/Nov/2017  This topic last edited on: 25/Oct/2016, at 11:54

Since the version 1.6, counters can be also decremented and set to a specific value.

Examples:

<source lang="php">

/do.ashx?cmd=inccounter&ids=2084&counter=test&IncCounterSize=-10

/do.ashx?cmd=inccounter&ids=2084&counter=test&SetTo=123

The CodeWorkflow Activity IncCounter has a new ''SetTo'' integer property. Set it to a specific numeric value to set counter for objects. See IncCounter activity.