Attribute(s)
AliasDescription
A Frameset Alias is the unique identifier for the frameset and may never change during the life cycle of the application. All references to the frameset must be based on the Frameset Alias.This document describes the naming convention for framesets. Framesets can be used in DOMINO applications intended both for use with a Notes client and a webbrowser.
Motivation
By using a naming convention for objects, System Developers create consistency and recognizability throughout the application and over projectteams.
Example / Details
Frameset Aliases in DOMINO applications must be named in accordance with
following convention:<CODE>-<ShortDescription>
Where:
<CODE> = Fixed acronym for the object type, being Frs, length 3 characters;
- = Linker of object type and short description, length 1 character;
<ShortDescription> = Descriptive text about the object. This may not exceed 28
characters. Spaces are not allowed.
The total length of the frameset alias may NOT exceed 32 characters.
Example:
Frs-Configuration