Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

$CompareReleaseSequence

compares the release number of the current application with a specified release number

Script usage:

$CompareReleaseSequence(operator, releaseNum1, [releaseNum2])

Parameters:

NameDescription
operatorValid operators are: ==, !=, >, <, >=, <=.
releaseNum1Release Number1
releaseNum2Defaults to the current release number in context when not specified.