Using System property as value field in choice table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2023 05:49 AM
Hi,
Can we use a system property as value field in sys_choice table? I have 5 ReportIds that are stored as system properties. I want to use them as choice options in another table. In the screenshot attached "javascript:"System (" + gs.getProperty('glide.sys.time_format') + ")" is used in Label field. Can we use this value field as well?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2023 08:02 AM
Nothing like this exists OOB. You'd have to build a solution such that whenever any of those properties changes it will add new and/or deactivate old choice list values.
That sounds dangerously risky.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2023 04:17 PM
Thanks Robert.