Best Practices - Grouping Your Development Work

The purpose of this document is to provide best practices to group your development work.

Use meaningful names

Data dictionary item names

Use the same code throughout the development process:

Following these rules makes it easier to find all data tables, classes, representations, and processes.

Example: The Library Management project uses prefix "XLM" throughout the development process (where X = Add on, and LM = Library Management). The Change Control Management prefix is "CCM".