Validate_DEOs_Only_State - DataDictionary

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

Read Access: Get Validate_DEOs_Only_State to BooleanVariable
Write Access: 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