Skip to main content

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

OptionResult for Order Date
NoneLeft exactly as entered
PascalCase (default)OrderDate
camelCaseorderDate
Proper CaseOrder Date
Proper_CaseOrder_Date
UPPER_CASEORDER_DATE
lower_caseorder_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.

SettingInteraction
Attribute Technical Naming ConventionThe equivalent convention for attribute Technical Names
Entity Naming ConventionThe equivalent convention for entity names

Notes

  • This setting is part of the Model settings category.
  • The default value for this setting is PascalCase.