Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Validates that the specified attribute value is within the acceptable range.
Syntax
client server public static container isValidAttribRangeErrorMsg(
PdsBatchAttribMin _batchAttribMin,
PdsBatchAttribMax _batchAttribMax,
PdsBatchAttribValue _batchAttribValue)
Run On
Called
Parameters
- _batchAttribMin
Type: PdsBatchAttribMin Extended Data Type
The attribute minimum value.
- _batchAttribMax
Type: PdsBatchAttribMax Extended Data Type
The attribute maximum value.
- _batchAttribValue
Type: PdsBatchAttribValue Extended Data Type
The specified attribute value.
Return Value
Type: container
Returns a container with a Boolean value indicating whether validation was successful, as well as an error message if it was not.