Service Studio 6.0 Help
Expression Overflow Error
The Expression Overflow error is issued in the following situations:
Invalid 'Date' value: you are using a Date value that is invalid according to Service Studio data types. See Date Data Type.
'Decimal' range exceeded: you are using a Decimal value that is out-of-range according to Service Studio. See Decimal Data Type.
'Integer' range exceeded: you are using a Decimal value that is out-of-range according to Service Studio. See Integer Data Type.
Invalid 'Time' value: you are using a Time value that is invalid according to Service Studio data types. See Time Data Type.
Expression is too long: there is an element in the expression that exceeds the pre-defined limits. Expressions are currently limited to 50,000 characters.
'Text' literal is too long: you are using a Text value that is exceeds the maximum length according to Service Studio data types. See Text Data Type.
See Also