level.xyz.viewColumn
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 |