(Click to open topic with navigation)
Some nomenclature within Viewpoint is configurable. Marketization is the process of defining objects, or in most cases, words, that can be tailored to meet specific market or customer needs.
The message.properties file contains a dictionary of keys that map to market, or customer-specific, values. The file maps to the typical Java properties standard. A sample of a portion of the message.properties file follows:
1Node = Node 2Reservation = Reservation 3Your\ Current\ Request = Your Current Request
Content on the left of the equal sign (=) represents current Viewpoint code for content that appears in the user interface. Content on the right replaces content on the left and becomes visible in the user interface.
To tailor semantics to specific markets or customers
Node = Server
All instances of "Node" are replaced with "Server" in the user interface.
When using keys, spaces must be escaped using the backslash (\) character. Also case-sensitivity must be considered; content in the files appears in the user interface exactly as it appears in the dictionary list.
Related topics