InvalidateFieldChoiceList

Description

Note: To call this method from an external script, the user must have DevOps Plan 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 DevOps Plan Form either gets a choice list from the database or a hook program.

Syntax

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.
field_name
A String that identifies a valid field name of an entity.
Return value
None.