Footprints Data Model

Table
Table Name String Resource Value
Table Definition The translated value of the resource.

Attribute
Attribute Name Attribute Definition Logical Datatype Is Required
String Resource Value Id The automatically generated primary key of the string_rsrc_val table. LONG Yes
Application Element String Id A Foreign Key to the Application Element String table. LONG Yes
String Value The default value for the string, which can be overriden by user customization. NCHAR(2000) No
Context Phrase A free-form text field in the source language (usually english) which describes the context and has any additional guidance specific to the associated locale. VARCHAR(255) No
Custom String Value The user entered override for a string that was provided by Engineering. <Removed> The strings that are provided by engineering will not be overrwritten by the customer. The customer will override a copy of the items. A Release number and update timestamp will be used to determine updates made by partners. VARCHAR(255) No
Product Release Id A Foreign Key to the Product Release table. LONG Yes
Locale Id A Foreign Key to the Locale table. LONG Yes