Boolean Data Type

The value of a Boolean object is a bool value, which is true or false. It is a property of the Boolean object. If you use a Boolean variable in a numeric context, then Siebel eScript does the following conversion:

  • If the value of a bool variable is true, then it converts this value to 1.

  • If the value of a bool variable is false, then it converts this value to 0.

To create a Boolean object, you use the Boolean constructor in the type of expression:

new