InvalidateFieldChoiceList

Description

Remarque : To call this method from an external script, the user must have ClearQuest Administrator privileges.

Erases the values in a choice list, which can then be reset with SetFieldChoiceList.

Makes the cached choice list for the field incorrect so that when GetFieldChoiceList is called next time, the Rational ClearQuest Form either gets a choice list from the database or a hook program.

Syntaxe

VBScript

entity.InvalidateFieldChoiceList field_name 

Perl

$entity->InvalidateFieldChoiceList (field_name); 
Identificateur
Description
entity
Objet Entity représentant un enregistrement de données utilisateur. Si vous omettez cette partie de la syntaxe au sein d'un point d'ancrage, l'objet Entity correspondant à l'enregistrement de données en cours est faux (VBScript uniquement).
nom_zone
A String that identifies a valid field name of an entity.
Valeur de retour
Aucune.

Feedback