AllowParentFind - DataDictionary

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

Type: Function

Return Data Type: Boolean

Parameters: None

Return Value

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


Syntax
Function AllowParentFind Returns Boolean

Call: 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.

See Also

ParentNullAllowed