ParentNoSwitchIfCommitted - DataDictionary

Determines if a parent record can be switched, once it is committed

Type: Procedure Set

Data Type: Boolean

Parameters: Integer iParent Boolean bAllowed

ParameterDescription
iParentTable number of parent table
bAllowedFalse to allow switching parent, True to prohibit


Syntax
Procedure Set ParentNoSwitchIfCommitted Integer iParent Boolean bAllowed


Description

Determines if a parent record can be switched, once it is committed (see Commit Field_Option). Set in the main DD for the table.

Whether the record is currently committed can be queried by calling IsCommitted.

See Also

IsCommittedParentChangeAllowed | ParentNullAllowed