Naming conventions for application objects

Following topics cover naming conventions for application objects:

New objects

Extended objects

See additional naming details for specific object types:

Tables

Data entities

Classes

Forms

Jobs (Runnable classes)

Use of Uppercase and Lowercase in naming of application objects

Application objects names are mixed case. The first letter of the application object is uppercase. The first letter of each internal word is uppercase.

Example:

AddressFormatHeading
SalesAmount

See also

lowCamelCase