Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example: if you want to alert a subscription when passing 180 sent text messages on a Bundle. The syntax would be look like this:

ALERT_LEVEL

180

...

If a relative number is defined you can refer to one of the VALUE fields on the SubscriptionBundle or just write MAX to let the bundle decide which VALUE field is the field for the maximum value. Unless overridden in the Bundle implementation the MAX value will return the value of the field VALUE1 on the SubscriptionBundle . So so the valid value for defining a relative number are: VALUE1, VALUE2, VALUE3, VALUE4 and MAX. You can also choose to subtract a number from one of the fields which would be handy if you would like to alert a subscription when there is only one hour left on a free minutes bundle.

Example: a subscription A subscriber should be alerted when he has 50 text messages left on his Bundle:

...

Info

Multiple alert levels can be configured as well by separating the values with a semicolon or a comma, Examples; examples: A) 75%;80%. B)75%,80%

Note that RestrictActive bundles uses ; as a parameter delimiter, therefore it does not allow this kind of separation. Rather comma is used as a separator in this class.

Decimal numbers can also be used in all cases but only a dot (.) is accepted as the decimal separator is accepted. For example 99.95, 72.5% or MAX-25.5.