Business Value Class

This object represents a Business Value object.

Properties

PROPERTY NAME

DATA TYPE

DESCRIPTION

ID

String

The ID of the Business Value

Name

String

The name of the Business Value

Text

String

The Text of a Business Value property

Value Data type specified in the data source The Value of a Business Value property
Values List object A list object containing all of the Values returned by a Business Value
Number Decimal If a Business Value property returns a numerical value, the Number property casts the value as a decimal number. If the value isn't a number, the Number's property will return "0".
Numbers Decimal If a Business Value property returns a numerical value, Numbers property will return a list object containing all of the values, cast as decimals numbers. If the the value isn't a number, the Number's property will return "0".
DateTime DateTime If a Business Value property returns a DateTime value the DateTime property will return the value cast as a DateTime object.
DateTimes List Object If a Business Value property returns a DateTime value the DateTimes property will return a list object with all the values cast as a DateTime object.

Methods