Jump to: navigation, search

Difference between revisions of "SELECTIVELIST"


Line 3: Line 3:
 
| name = SELECTIVELIST
 
| name = SELECTIVELIST
 
| internalname = SelectiveList
 
| internalname = SelectiveList
| namespace = System.List
+
| namespace = System.List / Custom.List
 
| image = [[File:SY_SELECTIVELIST.png|220px]]
 
| image = [[File:SY_SELECTIVELIST.png|220px]]
 
| imagecaption = Selective List
 
| imagecaption = Selective List

Revision as of 16:43, 9 December 2013

IC METACLASS.gif Selective List
Name SELECTIVELIST
Namespace System.List / Custom.List
Internal Name SelectiveList
TypeString {{{typestring}}}
RuntimeType {{{runtimetype}}}
Purpose Manage selective lists
Version 2+


Selective Lists gives the possibility to limit the possible user inputs.

e.g. if you want to let the user choose a car, but do not want to give the user the right to add new car-manufactors, just create a car-selective-list, so that the user is only allowed to choose out of this car-catalogue.

2 parts to create a selective list

To generate a selective list, there are two important parts:

  • SELECTIVEITEM equals to a following item of a selective list
  • SELECTIVELIST is the base selective list