User Interface Naming Conventions
User Interface Naming Conventions
A user interface’s name has a structure with 5 fields, as the next example,
1 2 3 4 5
Prefix Sub-System Module Type Correlative
UI AA 999 A 99
Field Description
Prefix Identifies that is a user’s class interface. It is always UI.
Sub-System
1.1 Identifies a subsystem. It is always in capital letters.
Module Identifies sub-system’s modules. These values can be between 001 and 999.
Type Identifies auxiliary window’s types, module or sub-module’s transitions
Use the next values:
S – Search, to search’s pages.
R – Report, to report’s pages (.rpx)
D – Detail, to detail or auxiliary’s pages.
X – XML Providers or Ajax Provider
Correlative Used in case that there were several auxiliary pages with the same type. These values
can be between 01 and 99.