IsSystemOwnedFieldDefName
Description
Returns a Bool indicating whether the specified field is owned by the system. System-owned fields are used internally by HCL Compass to maintain information about the database. You should never modify system fields directly as it could corrupt the database.
Syntax
VBScript
entitydef.IsSystemOwnedFieldDefName
field_name
Perl
$entitydef->IsSystemOwnedFieldDefName
(field_name);
- Identifier
- Description
- entitydef
- An EntityDef object corresponding to a record type in a schema.
- field_name
- A String that identifies a valid field name of the EntityDef.
- Return value
- True if the field is owned by the system, otherwise False.