2.4 Legal Entity Overrides for Main Accounts & Dimensions
Key Takeaways
- Legal Entity Overrides enable a shared global Chart of Accounts to support localized operational, fiscal, and tax requirements across individual legal entities without fracturing the unified COA master.
- On the Main Account record, Legal Entity Overrides allow per-company control over the Suspended flag, Active from/to dates, Default Sales Tax Groups, and Currency validation.
- Posting validation parameters configured under Legal Entity Overrides enforce segregation of duties by restricting manual account access to specific users, user groups, or blocking manual entry entirely.
- Financial Dimension Values also support Legal Entity Overrides, empowering administrators to suspend or activate specific cost centers, business units, or departments in designated subsidiaries.
- The system evaluates overrides hierarchically: if a legal-entity-specific override exists, it supersedes the global main account or dimension setting; if no override exists, global master values apply.
2.4 Legal Entity Overrides for Main Accounts & Dimensions
Quick Summary: In a multinational Dynamics 365 Finance deployment, sharing a single global Chart of Accounts and unified Financial Dimensions is a core architectural objective. However, individual legal entities often have distinct operational rules—such as different local sales tax codes, entity-specific active dates, distinct functional currency restrictions, or localized business units. Legal Entity Overrides provide the precision mechanism to customize account and dimension behaviors per company without creating separate Charts of Accounts.
1. Global Governance vs. Local Entity Autonomy
A central design challenge for MB-310 functional consultants is balancing corporate standardization with local statutory and operational requirements. Dynamics 365 Finance resolves this through a two-tier configuration hierarchy:
+-----------------------------------------------------------------------------------+
| Tier 1: Global Main Account Master |
| (Shared across all Legal Entities in COA) |
| - Main Account: 610200 (Office Supplies Expense) |
| - Type: Expense | Category: OFFICE | Global Active: Yes | Manual Entry: Allowed |
+-----------------------------------------------------------------------------------+
|
+------------------------+------------------------+
| |
v v
+------------------------------------+ +------------------------------------+
| Tier 2: USMF Override (US Entity) | | Tier 2: DEMF Override (DE Entity) |
| - Sales Tax Group: TAX-US | | - Sales Tax Group: VAT-DE |
| - Item Sales Tax Group: SUPPLIES | | - Item Sales Tax Group: REDUCED |
| - Currency Restriction: USD only | | - Currency Restriction: EUR only |
| - Status: ACTIVE | | - Status: SUSPENDED (Blocked) |
+------------------------------------+ +------------------------------------+
When a transaction is entered in legal entity DEMF, the posting engine first inspects the Legal entity overrides FastTab. If an override record exists for DEMF, its settings supersede the global header. If no override exists, the global header attributes are inherited.
2. Main Account Legal Entity Overrides
Navigation Path
- Open
General ledger > Chart of accounts > Accounts > Main accounts. - Select the target main account from the list pane.
- Expand the Legal entity overrides FastTab.
- Click Add and select the specific legal entity (e.g.,
USMF,DEMF,GBSI).
Key Configurable Properties per Legal Entity
| Override Property | Configuration Options | Business Use Case |
|---|---|---|
| Default Sales Tax Group | Lookup to Tax > Sales tax > Sales tax groups | Automatically populates the company-specific sales tax group when this GL account is selected on journal lines in this legal entity. |
| Default Item Sales Tax Group | Lookup to Tax > Sales tax > Item sales tax groups | Automatically defaults the taxable nature of the item or expense category (e.g., Full VAT, Exempt, Reduced) for this company. |
| Suspended | Yes / No | Freezes the account exclusively within this legal entity while keeping it active in all other sister companies. |
| Active from / Active to | Date selectors | Enforces company-specific operational start and retirement dates for accounts used during phased rollouts or legal entity restructuring. |
| Currency validation | Optional, To be filled in, Table, Group | Restricts transaction currencies allowed when posting to this account in the selected legal entity. |
| User / User group posting validation | Optional, To be filled in, Table, Group, All | Restricts manual posting permissions on this account to authorized accounting personnel or user groups within the entity. |
+-----------------------------------------------------------------------------+
| Main Account 620100: Legal Entity Override Configuration Pane |
+-----------------------+-----------------------------------------------------+
| Legal entity: | DEMF (Contoso Entertainment Deutschland GmbH) |
| Status: | Suspended = No |
| Active from: | 2026-01-01 |
| Active to: | 2026-12-31 |
| Sales tax group: | DE_DOMESTIC |
| Item sales tax group: | FULL_VAT |
+-----------------------+-----------------------------------------------------+
| Posting Validation Tab: |
| - User validation: | Table -> Allowed User: 'Hans.Mueller' |
| - Currency validation:| Table -> Allowed Currency: 'EUR' |
+-----------------------+-----------------------------------------------------+
3. Advanced Posting & Currency Restrictions per Entity
Under the Posting validation tab of the legal entity override, functional consultants can enforce granular internal controls:
Currency Validation Rules
Multinational enterprises often need to prevent foreign exchange revaluation clutter on localized accounts:
- Optional: Transactions can be posted in any active currency.
- Table (Single Currency Enforced): Restricts postings to a single designated currency (e.g., only
EURinDEMF). If a user attempts to post a vendor invoice inUSDto this account, the system rejects the transaction. - Group: Restricts postings to a predefined currency group (e.g., European currencies
EUR,CHF,GBP).
User & User Group Validation (Segregation of Duties)
Sensitive main accounts—such as Executive Payroll Expense (610900), Tax Settlement Clearing (220900), or Bank Intercompany Transfers (110990)—must not be accessible to all journal entry clerks:
- Table: Limits manual journal posting to a specific named user ID.
- Group: Limits manual journal posting to a specific User group (configured in System administration > Users > User groups), such as
PAYROLL_TEAMorGL_SENIOR_MANAGERS. - If an unauthorized user attempts to select this account in a general journal in that legal entity, the validation engine displays an authorization error and halts processing.
4. Legal Entity Overrides on Financial Dimensions
In addition to Main Accounts, Financial Dimensions and Dimension Values are defined globally and shared across legal entities. However, organizational structures differ by subsidiary: a Department or Cost Center operating in the United States may not exist in Germany.
Navigation Path
- Navigate to
General ledger > Chart of accounts > Dimensions > Financial dimensions. - Select the target dimension (e.g.,
Department,CostCenter,BusinessUnit). - Click Dimension values in the Action Pane.
- Select the specific dimension value (e.g., Department
040 - Retail Operations). - Expand the Legal entity overrides FastTab.
- Click Add and select the legal entity (e.g.,
DEMF).
+-----------------------------------------------------------------------------------+
| Global Dimension: Department | Value: 040 (Retail Store Ops) |
+-----------------------------------------------------------------------------------+
| Global Active Status: Active |
+-----------------------------------------------------------------------------------+
|
+------------------------+------------------------+
| |
v v
+------------------------------------+ +------------------------------------+
| Legal Entity Override: USMF | | Legal Entity Override: DEMF |
| - Suspended: No (Active) | | - Suspended: Yes (Disabled) |
| - Reason: US operates retail stores| | - Reason: DE entity is Wholesale |
| - Result: Valid in US transactions | | - Result: Blocked in DE journals |
+------------------------------------+ +------------------------------------+
Dimension Override Capabilities
- Suspended per Legal Entity: Fulfills the common requirement where a business unit or department is active in
USMFbut must be completely blocked from selection inDEMFjournals and purchase orders. - Active From / Active To per Legal Entity: Establishes temporal lifecycles for cost centers created for time-limited regional projects or localized organizational restructurings.
- Owner / Manager Assignment: Designates local entity managers for workflow routing without altering global ownership hierarchies.
5. Decision Matrix: Global Setup vs. Legal Entity Override
| Business Requirement | Recommended Configuration Point | Rationale |
|---|---|---|
| Account exists in all entities but must be closed in Entity A | Main Account > Legal Entity Override > Suspended = Yes in Entity A | Leaves account fully operational in all other sister entities. |
| Account represents obsolete legacy code across all entities | Main Account Master Header > Suspended = Yes | Instantly blocks account across the entire corporate enterprise. |
| Entity B requires German VAT codes on Office Expense | Main Account > Legal Entity Override > Sales Tax Group & Item Sales Tax Group in Entity B | Prevents cross-contamination of tax codes across international subsidiaries. |
| Only the Payroll Supervisor may post to Executive Salaries in Entity A | Main Account > Legal Entity Override > Posting validation > User validation in Entity A | Enforces localized segregation of duties without restricting global payroll teams. |
| Cost Center 500 (Munich Plant) must only be used in Germany | Financial Dimension Value > Legal Entity Override > Suspended = Yes for all entities except DEMF | Maintains single global Cost Center dimension while enforcing localized data entry rules. |
6. Step-by-Step Implementation Scenario: Multinational Rollout
Scenario Background
Contoso Enterprise deploys a single shared Chart of Accounts (GLOBAL_COA) across USMF (United States - USD) and DEMF (Germany - EUR). The implementation team must configure Account 610500 (Professional Consulting Expense) with the following requirements:
- In USMF: The account must be active, automatically default to Sales Tax Group
TAX_USand Item Sales Tax GroupSERVICES, and accept transactions in any currency. - In DEMF: The account must be active, default to Sales Tax Group
VAT_DEand Item Sales Tax GroupFULL_VAT, and strictly enforce transaction postings inEURonly. - In GBSI (United Kingdom): Professional consulting is handled externally by parent company; account
610500must be completely suspended inGBSI.
Step-by-Step Solution
- Configure Global Account Master:
- Navigate to
General ledger > Chart of accounts > Accounts > Main accounts. - Select account
610500. - Ensure
Main account type= Expense,Main account category= CONSULT,Suspended= No, andDo not allow manual entry= No.
- Navigate to
- Configure USMF Override:
- On the Legal entity overrides FastTab, click Add > select
USMF. - Set Sales tax group =
TAX_US. - Set Item sales tax group =
SERVICES. - Set Currency validation =
Optional. - Set Suspended =
No.
- On the Legal entity overrides FastTab, click Add > select
- Configure DEMF Override:
- On the Legal entity overrides FastTab, click Add > select
DEMF. - Set Sales tax group =
VAT_DE. - Set Item sales tax group =
FULL_VAT. - Under Posting validation, set Currency validation =
Tableand add currencyEUR. - Set Suspended =
No.
- On the Legal entity overrides FastTab, click Add > select
- Configure GBSI Override:
- On the Legal entity overrides FastTab, click Add > select
GBSI. - Set Suspended =
Yes.
- On the Legal entity overrides FastTab, click Add > select
- Validation & Testing:
- Open a General Journal in
DEMFand create a line with Account610500in CurrencyUSD. The system halts validation with a currency restriction error. - Open a General Journal in
GBSIand attempt to select Account610500. The system blocks entry because the account is suspended inGBSI. - Open a General Journal in
USMFand select Account610500. The line populatesTAX_USandSERVICESseamlessly.
- Open a General Journal in
7. Exam Traps & Real-World Best Practices
[!WARNING] Exam Trap: Dimension Value Overrides vs. Main Account Overrides An exam question may ask how to suspend a specific Department dimension value in a specific legal entity. Do not look for dimension overrides on the Main Account form. Financial dimension overrides are configured directly on the Dimension values form (
General ledger > Chart of accounts > Dimensions > Financial dimensions > Dimension values > Legal entity overrides).
[!IMPORTANT] Consultant Pro-Tip: Minimizing Multi-COA Proliferation Always challenge client requests for separate legal entity Charts of Accounts. Over 90% of business justifications for multiple COAs (local tax defaults, company-specific account naming, localized suspensions, and user posting restrictions) can be fully accomplished using a single shared Chart of Accounts paired with Legal Entity Overrides. This preserves unified consolidated reporting and drastically simplifies system administration.
An enterprise uses a single global Chart of Accounts shared across all legal entities. The accounting director requires that main account 610800 (Legal Consulting Expense) be made available in company USMF, but completely blocked from all transaction postings in company DEMF. How should the functional consultant configure this requirement?
A functional consultant is configuring main account 110120 (Euro Operating Bank) in legal entity USMF. The treasury policy dictates that transactions posted to this account in USMF must strictly be denominated in EUR to prevent posting in incorrect currencies. Which legal entity override setting should be configured?
A multinational corporation has a global financial dimension named 'Department'. Department value '050 - Aviation Fleet' is utilized by the parent company in USMF, but the German subsidiary DEMF has no aviation operations. What is the correct method to prevent users in DEMF from posting transactions with Department 050 while keeping it active in USMF?