Tests whether a field is used as a security context, which means access to it requires that the user is in one of the groups in the ratl_context_groups field.
VBScript
entitydef.IsSecurityContextField fieldname
Perl
$entitydef->IsSecurityContextField($fieldname);
Security can be managed at the database, record type, and field levels. This method tests security properties at the field level.
Security cannot be managed by Rational® ClearQuest® APIs. To manage security, you need to use the Rational ClearQuest designer and Rational ClearQuest client.
VBScript
is_secure = entitydef.IsSecurityContextField fieldname
Perl
$is_secure = $entitydef->IsSecurityContext($fieldname);