Validate_DEOs_Only_State - DataDictionary
Determines whether validation is limited to fields represented in the current view
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Validate_DEOs_Only_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Validate_DEOs_Only_State to IntegerVariable |
| Write Access: | Set Validate_DEOs_Only_State to IntegerVariable/Value |
Description
When set to True, Validate_DEOs_Only_State could allow data-integrity failures in columns not represented in the current view. If you set this property to True in a DEO view (dbView) will cause you to only get whatever validation the Data Entry Objects (DEOs) provide.
Default is False.
Notes
This property should be used with the greatest of care. When set True, DEO validation is applied and Data Dictionary (DD) validation is not applied.
Validate_DEOs_Only_State should never be set to True in Web Objects (.WO files), which do not contain any DEOs. Thus, setting this property to True will cause no validation to occur.