IsSystemOwnedFieldDefName

Description

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.

Syntaxe

VBScript

entitydef.IsSystemOwnedFieldDefName field_name 

Perl

$entitydef->IsSystemOwnedFieldDefName(field_name); 
Identificateur
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.
Valeur renvoyée
True if the field is owned by the system, otherwise False.

Commentaires en retour