Creating application message numbers
Typically, the unique message number consists of an alphanumeric prefix that identifies the application or its owner, followed by an autonumbered suffix that is created and applied when the message is constructed. You are not required to follow this model, but it provides the best way to identify and locate messages.
For example, suppose your organization is called WonderWare, and you have an application called IssueTrack. You could create and designate a message number prefix like "WW-IssTr-" to identify all messages used in conjunction with this application. If you added an autonumbering suffix to this, you could then create messages for your application without worrying about maintaining unique message numbers. Using this process also allows you to locate all messages designed for use with your application.
To create this type of message numbering, perform these steps:
Continuing our example, when you create your first application message, the system automatically assigns the message number "WW-IssTr-1" to it. The next message is created as "WW-IssTr-2", and so on.