Trace: • Replace Standard Application Menu • Client side Exception • Precise Object and Method Security
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
applications:custom_tableauth [2020/07/03 14:01] cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) |
applications:custom_tableauth [2020/07/08 13:16] (current) cduncan articles |
||
---|---|---|---|
Line 16: | Line 16: | ||
If you want to change the names without changing the source code, it's very easy to map the expected names to your own names. It's also possible to define synonyms in your database, if supported. | If you want to change the names without changing the source code, it's very easy to map the expected names to your own names. It's also possible to define synonyms in your database, if supported. | ||
- | Simply add following to your config.xml: | + | Simply add the following to your config.xml: |
<file xml> | <file xml> | ||
Line 35: | Line 35: | ||
<**origtablename**>//newtablename//</**origtablename**> | <**origtablename**>//newtablename//</**origtablename**> | ||
- | It's also possible to change the column names of standard tables and views. Simply add following to your config.xml: | + | It's also possible to change the column names of standard tables and views. Simply add the following to your config.xml: |
<file xml> | <file xml> | ||
Line 47: | Line 47: | ||
<**origtablename_origcolumnname**>//newcolumnname//</**origtablename_origcolumnname**> | <**origtablename_origcolumnname**>//newcolumnname//</**origtablename_origcolumnname**> | ||
- | A hidden feature is the support for changing the YES value. The standard value for YES is Y. If you want another value, e.g., 1, simply add following to your config.xml: | + | A hidden feature is the support for changing the YES value. The standard value for YES is Y. If you want another value, e.g., 1, simply add the following to your config.xml: |
<file xml> | <file xml> |