Service Studio 5.1 Help
Invalid Data Type Error
The Invalid Data Type error is issued in the following situations:
Incompatible data types in <operator> operator: you have data types that are not compatible with the operator being used.
Check the allowed data types for that operator and use a compatible data type.
<data type> data type required instead of <data type>: you have the wrong data type in a property or in the operator being used.
Check the allowed data types for the property or operator and use a compatible data type.
Invalid 'Null Value' data type for specified variable: you have specified an invalid null value for a variable.
Check how Service Studio manages null values.
The same 'Record' data type required. Expected '<data type>' instead of '<data type>': your are using a Record variable whose definition is not correct. For example, you are assigning two Record variables, one with a Customer record definition and another with a User record definition.
Edit the element where you are using the Record variable and change its record definition. Learn more about the Record Data Type.
See Also
Available Data Types | About Null Values | About Error Messages