Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

Specify the name of the column which value will be displayed while editing and for saved dropdown options

Class

level

Property

level.xyz.viewColumn

Formal specification

level.xyz.storeColumn = <column name>

Required

no

Default

the first column of result set

Version

1.25

Comment

if the property is not defined, the first column of result set will be used as a displayed value

Example


Code Block
 
level.country.query = select name, id from country
level.country.storeColumn = id
level.country.viewColumn = name


Reference

level.xyz.query
level.xyz.storeColumn