Skip to content

AllowParentFind - DataDictionary

Called to determine if the parent DD can be use to do a parent find

Type: Function
Return Data Type: Boolean

Syntax

Function AllowParentFind Returns Boolean

Call Example

Get AllowParentFind to BooleanVariable

Description

Called to determine if the parent DD can be use to do a parent find. This does all the complicated testing to see if the child is committed (IsCommitted), if switching this parent is allowed (IsCommittedParentChangeAllowed) and how a relates-to constraint alters these rules.

Return Value

Returns True if the parent DD can be used to do a parent find.