Determines whether validation is limited to fields represented in the current view
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters:
None
Syntax
Property Boolean Validate_DEOs_Only_State
Get Validate_DEOs_Only_State to BooleanVariable |
Set Validate_DEOs_Only_State to BooleanVariable/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.