Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

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

Reference

level.xyz.query
level.xyz.storeColumn

  • No labels