Naming Conventions
- Use title caseIn title case, all major words are capitalized, while minor words are lowercased. e.g. This is an Example of a Title Case on your fields and titles.
- When creating relationships, use unique names for the following:
- Relationship Name
- Script Name
- Reverse Name
Description
- A description of what that relationship is used for can be extremely useful for audit purposes and peer review tracking.
Cardinality
- Think about how the cardinality is structured. For example, the relationship between Department and Employees is a one to many relationship, and the name should reflect this. A good name would be Department - Employees. The "one" end of the relationship has a singular name and the "many" end has a plural name.