R37898 PropertyValue - Property Value Number Validity

Name Value
Code R37898
Entity Systems.Bpm.PropertyValues Entity
Name PropertyValueNumberValidity
Attribute PropertyValueField
Layer Back-End
Events Commit
Priority Normal
Modify NO
Action If (PropertyValue.PropertyValueField != null && CustomProperties.PropertyType == number) Validate that: PropertyValueField can be successfully converted to a number.
Description If the field 'PropertyValueField' is filled in and the Property Type is a number, check that the field contains only numeric symbols. The only exceptions are the comma (,) and dot (.) for use as separators.
Message The value {PropertyValue.PropertyValueField}' is not a number. Non-numeric symbols are not valid for Property of Type "Number".
Version Introduced: v.24 SP6
Revocable NO