Service Studio 6.0 Help
Invalid Numeric Value Error
The Invalid Numeric Value error is issued in the following situations:
'<Property>' value must be less than <value>: you have a numeric property whose value is greater than that allowed.
Edit this property and fix its value.
'<Property>' value must be greater than or equal to <value>: you have a numeric property whose value is less than that required.
Edit this property and fix its value.
'<Property>' value must be set to a numeric value. Either 'Integer' or 'Decimal': you have a property that must be set to an Integer or Decimal value.
Edit this property and fix its value.
'<Property>' value must be set to a numeric value in <element>. Either 'Integer' or 'Decimal': you have a property that must be set to an Integer or Decimal value.
Edit this property and fix its value.
'<Property>' value must be greater than or equal to <value> in <type> attributes: the Decimals or Length property of your entity attribute has a value greater than allowed.
Edit this attribute and fix the property value.
'<Property>' value must be less than or equal to <value> in <type> attributes: the Decimals or Length property of your entity attribute has a value less than required.
Edit this attribute and fix the property value.
'Decimals' must be set to a value less than or equal to 'Length' value: you have an entity attribute whose Decimals value is greater than Length.
Edit this attribute and fix the property value.
'<Property>' value must be greater than or equal to <value> in <entity>.<attribute> attribute: the Decimals or Length property of your entity attribute has a value greater than allowed.
Edit this attribute and fix the property value.
'<Property>' value must be less than or equal to <value> in <entity>.<attribute> attribute: the Decimals or Length property of your entity attribute has a value less than required.
Edit this attribute and fix the property value.
'Decimals' must be set to a value less than or equal to 'Length' value in <entity>.<attribute> attribute: you have an entity attribute whose Decimals value is greater than Length.
Edit this attribute and fix the property value.
Clicking the symbol
will take you directly to the invalid
value occurrence.
See Also