Lists Component
Fnd_List_AddToListEditor
Fnd_List_AddToListEditor (list)
Parameters
| Parameter | Type | Description |
|---|---|---|
| list | Text | Name of the list to make available |
Description
The Fnd_List_AddToListEditor routine should be called from the Fnd_Hook_List_SetEditableLists method. Any list names passed to this method will become editable by the database administrator in the Edit Lists dialog.
Fnd_List_AddToListEditor ("Country Names")
Foundation will also ensure these lists are not replaced when the database structure is updated. It does this by keeping a copy of the list in the data file. If Foundation determines that the structure file may have been updated, it copies the stored copy of the list back into the structure file. See the Fnd_Hook _List_SetEditableLists command for an example of this command.
Extracted source text
Fnd_List_AddToListEditor (list)
Parameter Type Description
list Text Name of the list to make available
The Fnd_List_AddToListEditor routine should be called from the Fnd_Hook_List_SetEditableLists
method. Any list names passed to this method will become editable by the database administrator in the
Edit Lists dialog.
Fnd_List_AddToListEditor ("Country Names")
Foundation will also ensure these lists are not replaced when the database structure is updated. It does
this by keeping a copy of the list in the data file. If Foundation determines that the structure file may have
been updated, it copies the stored copy of the list back into the structure file.
See the Fnd_Hook
_List_SetEditableLists command for an example of this command.