|
Options |
Name |
Purpose |
|
+
|
LOGICAL CanFind (handle, character, character, character, character, character)
|
Validates that a Business Entity record is accessible Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL EQ (handle, character, character, character)
|
Validates that a character field is equal to a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL EQ (handle, character, date, character)
|
Validates that a date field is is equal to a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL EQ (handle, character, datetime, character)
|
Validates that a datetime field is is equal to a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL EQ (handle, character, datetime-tz, character)
|
Validates that a datetime-tz field is is equal to a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL EQ (handle, character, decimal, character)
|
Validates that a numeric field is equal to a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL EQ (handle, character, integer, character)
|
Validates that a numeric field is equal to a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL GE (handle, character, character, character)
|
Validates that a character field is greater than or equal to a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL GE (handle, character, date, character)
|
Validates that a date field is greater than or equal to a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL GE (handle, character, datetime, character)
|
Validates that a datetime field is greater than or equal to a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL GE (handle, character, datetime-tz, character)
|
Validates that a datetime-tz field is greater than or equal to a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL GE (handle, character, decimal, character)
|
Validates that a numeric field is greater than or equal to a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL GE (handle, character, integer, character)
|
Validates that a numeric field is greater than or equal to a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL GT (handle, character, character, character)
|
Validates that a character field is greater than a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL GT (handle, character, date, character)
|
Validates that a date field is greater than a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL GT (handle, character, datetime, character)
|
Validates that a datetime field is greater than a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL GT (handle, character, datetime-tz, character)
|
Validates that a datetime-tz field is greater than a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL GT (handle, character, decimal, character)
|
Validates that a numeric field is greater than a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL GT (handle, character, integer, character)
|
Validates that a numeric field is greater than a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL IsEmpty (handle, character, character)
|
Validates that a character field is Empty Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL IsEnumMember (handle, character, Class, character)
|
Validates that a character field is the Charcater
representation of a valid Enum member Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL IsInList (handle, character, character, character)
|
Validates that a character field value is in a given list Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL IsInList (handle, character, character, character, character)
|
Validates that a character field value is in a given list Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL IsInRange (handle, character, decimal, decimal, character)
|
Validates that an integer field is in a given range Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL IsInRange (handle, character, integer, integer, character)
|
Validates that an integer field is in a given range Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL IsNotNullOrEmpty (handle, character, character)
|
Validates that a character field is not Null or Empty Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL IsNotRestricted (handle, character, character, character)
|
Validates that the given data item is not restricted by the security
services Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL IsNotUnknown (handle, character, character)
|
Validates that a field's value is not ? Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL IsNotUnknownOrZero (handle, character, character)
|
Validates that a numeric field's value is not unknown value or zero Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL IsTokenNotRestricted (handle, character, character)
|
Validates that the user has authorization for the given security
token. This is not a field level validation. This is a row level
validation Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL IsUnknown (handle, character, character)
|
Validates that a field's value is ? Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL IsUnknownOrZero (handle, character, character)
|
Validates that a numeric field's value is unknown or zero Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL IsValidEmailAddress (handle, character, character)
|
Validates that a character field's value is a valid email address Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL IsValidEmailAddress (handle, character, logical, character)
|
Validates that a character field's value is a valid email address Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL IsWeekday (handle, character, character)
|
Validates that a date field's value is a weekday (Monday - Friday) Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL IsWeekday (handle, character, WeekDayEnum, character)
|
Validates that a date field's value is on the given day of the week Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL IsZero (handle, character, character)
|
Validates that a numeric field's value is zero Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL LE (handle, character, character, character)
|
Validates that a character field is less than or equal to a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL LE (handle, character, date, character)
|
Validates that a date field is less than or equal to a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL LE (handle, character, datetime, character)
|
Validates that a datetime field is less than or equal to a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL LE (handle, character, datetime-tz, character)
|
Validates that a datetime-tz field is less than or equal to a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL LE (handle, character, decimal, character)
|
Validates that a numeric field is less than or equal to a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL LE (handle, character, integer, character)
|
Validates that a numeric field is less than or equal to a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL LT (handle, character, character, character)
|
Validates that a character field is less than a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL LT (handle, character, date, character)
|
Validates that a date field is less than a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL LT (handle, character, datetime, character)
|
Validates that a datetime field is less than a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL LT (handle, character, datetime-tz, character)
|
Validates that a datetime-tz field is less than a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL LT (handle, character, decimal, character)
|
Validates that a numeric field is less than a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL LT (handle, character, integer, character)
|
Validates that a numeric field is less than a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL MaxLength (handle, character, integer, character)
|
Validates that a character field's value is not longer than the given
length Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL MinLength (handle, character, integer, character)
|
Validates that a character field's value is not shorter than the given
length Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL NE (handle, character, character, character)
|
Validates that a character field is not equal to a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL NE (handle, character, date, character)
|
Validates that a date field is is not equal to a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL NE (handle, character, datetime, character)
|
Validates that a datetime field is is not equal to a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL NE (handle, character, datetime-tz, character)
|
Validates that a datetime-tz field is is not equal to a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL NE (handle, character, decimal, character)
|
Validates that a numeric field is not equal to a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL NE (handle, character, integer, character)
|
Validates that a numeric field is not equal to a value Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL NonUpdatable (handle, character, character)
|
Validates that a field is not changed Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL NotCanFind (handle, character, character, character, character, character)
|
Validates that a Business Entity record is not available Inherited from Consultingwerk.OERA.Validate
|
|
+
|
LOGICAL ReadOnly (handle, character, character)
|
Validates that a field is not changed Inherited from Consultingwerk.OERA.Validate
|