Returns a Bool indicating whether the specified field is owned by the system. System-owned fields are used internally by IBM® Rational ClearQuest to maintain information about the database. You should never modify system fields directly as it could corrupt the database.
VBScript
entitydef.IsSystemOwnedFieldDefName field_name
Perl
$entitydef->IsSystemOwnedFieldDefName(field_name);