InvalidateFieldChoiceList
Description
Note: To call this
method from an external script, the user must have Rational®
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.
Syntax
VBScript
entity.InvalidateFieldChoiceList field_name
Perl
$entity->InvalidateFieldChoiceList (field_name);
- Identifier
- 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
- None.