Hello Everyone. I’m developing my first ScriptCase app, really, really happy with the product.
This is my question:
I have some columns in my database that have a standard name, say “Student”.
But due to my app requirements, this column could be titled “Student” in some particular instance of the application, and “Member” o “Individual” in other instance (another client using my app, with their own database).
I have a configuration table where the user can enter the title string he wants for this column.
But… how can I show this string in Grids or Reports? I know it’s not possible using the Data Dictionary because the strings there are static, and my titles are read at runtime from the Database, ergo, they are dynamic.
Any ideas or directions will be appreciated.
Thanks.