SharedDBStringResources.properties

This resource bundle contains strings from the database tables. For this release, only the following specific column values of database tables which are rendered on the UI have been externalized.

The columns mentioned in the following table are accessible through the resource bundle only. If there are SQL queries and Java files that access these columns, they have been modified. These columns no longer comes from the result set:

Externalized Columns
Table Column of Table
RECORDAPPROVAL
Status
RULEMETAMODEL
Name, Description
DOMAINENTRY
Description
DOMAINLINK Description
RESOURCEACCESS
Description
SUPPLIERSTATE
Name

The format of an entry in this resource bundle is:

TableName in upper case_PrimaryKey1 in upper case_PrimaryKey2 in upper case_ . . . _PrimaryKeyN in upper case = String

Note: Special characters (: - ? .) in the primary key column name of the database table are replaced with the underscore character (_) and then converted to upper case. Special characters (<blank> and /) are replaced by __.

For example, Show Record Attribute Help? is converted to SHOW__RECORD__ATTRIBUTE__HELP_.

For example,

DOMAINENTRY_CURRENCY_DEM=Deutsche Mark

Where:

  • DOMAINENTRY

    Refers to the database table.

  • CURRENCY and DEM

    Refers to the primary keys.

  • Deutsche Mark

    Refers to the string.