InvalidateFieldChoiceList

Description

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
An Entity object representing a user data record. Inside a hook, if you omit this part of the syntax, the Entity object corresponding to the current data record is assumed (VBScript only).
field_name
A String that identifies a valid field name of an entity.
Return value
Aucune.

Commentaires en retour