hub.eb?material_id=108&track_id=298

Static Lists


A Static List defines any number of list items that do not change, for example, a Title list consisting of Mrs, Mr, Miss, Ms, Dr, etc.

They can be created by right-clicking in the Entities tree and clicking New > Static List.

The Static List's Display Texts are translatable. The same Return Values are used regardless of language.

You can attach a Static List to Fields, Table Columns and List Controls in their Properties View.

Steps


1

Create a new Static List named contactType and add the following list items:

Display Text Return Value
Customer customer
Vendor vendor
Partner partner
2

Create a Form and add a Field called contactType.

Set its Display Type property to Radio Button and drag it on the Page.

Note that the editor of the Field Control does not exist until the contactType has a List.

3

In contactType's Properties View add the contactType Static List.

4

Run the Form.

Current Module

Related