Naming Helper
Naming Helper
This section provides a simple interactive tool where you can test various entity names to immediately see how the system generates their corresponding codes. Additionally, you'll see how other related entities—which are automatically created along with the primary configuration entity—are named and structured.
Use this helper to define a consistent naming convention across your tSM solution.
Recommended Naming Practices:
-
Hierarchy and Logical Separation:
For separating hierarchical or logical segments of an entity name, you may use special characters such as:- Dots (
.
) - Dashes (
-
) - Slashes (
/
) - Underscores (
_
)
- Dots (
-
Grouping Related Words:
To group words closely related in meaning, we recommend simply using spaces.
By following these practices, you ensure that your entity names remain structured, readable, and consistently aligned across the entire application.
Naming Helper
Main Entities
Typ Entity | Title | Code |
---|---|---|
Order Type | ||
Configuration Profile | Ord / | Ord. |
Form New | Ord / / Form / New | Ord..Form.New |
Form Detail | Ord / / Form / Detail | Ord..Form.Detail |
Process | Ord / | Ord. |
Support Entities
Typ Entity | Title | Code |
---|---|---|
OrderStatus | Order / Status | Ord.Status |