Attribute Naming Convention
Specifies the naming convention used for attributes in your business model. Choose from predefined conventions like PascalCase, camelCase, UPPER_CASE, lower_case, etc.
Options: Inherit, None, PascalCase, camelCase, Proper_Case, Proper Case, UPPER_CASE, lower_case
| Option | Result for Order Date |
|---|---|
None | Left exactly as entered |
PascalCase (default) | OrderDate |
camelCase | orderDate |
Proper Case | Order Date |
Proper_Case | Order_Date |
UPPER_CASE | ORDER_DATE |
lower_case | order_date |
The convention is applied when attribute names are entered or refreshed in the Business Modeling editors.
When to Change This Setting
Keep the default PascalCase for compact attribute names. Pick the convention that matches how your organization writes business attribute names, or use None to keep names exactly as entered.
Related Settings
| Setting | Interaction |
|---|---|
| Attribute Technical Naming Convention | The equivalent convention for attribute Technical Names |
| Entity Naming Convention | The equivalent convention for entity names |
Notes
- This setting is part of the Model settings category.
- The default value for this setting is
PascalCase.