Skip to content
D365 Reference

EcoResTrackingDimensionGroup

groupShared across companies

Tracking dimension group master — shared setup that decides whether batch and serial tracking are active for the products assigned to it, and where serials are captured

Module: Product InformationNo company partition
What the badges mean
main
Table group: how F&O categorizes the table's role — main entity, group/header, transaction, worksheet header, worksheet line, reference, parameter, or framework.
Shared across companies
The table carries no DataAreaId— rows aren’t partitioned per company, so a query never needs (and can’t use) a company filter here (see the quirks guide).
Date-effective
The table carries a ValidFrom/ValidTo effectivity window — a join without a date filter multiplies every key by its history (see the quirks guide).
In field listings, K marks a key field.

Fields

5 fields · 1 key

5 fields.

Table fields: key flag, field name, extended data type, description, data type, length, and quirk flags. 5 fields.
KeyFieldEDTDescriptionTypeLengthFlags
KeyNameThe tracking dimension group name — the natural key products reference through their group assignmentstring
DescriptionDescription of the groupstring
IsSerialNumberControlEnabledWhether serial number control is enforced for items in this groupenum
IsSerialAtConsumptionEnabledWhether serials are captured at consumption rather than at receiptenum
CaptureSerialWhere in the process the serial number is captured for this groupenum

Field provenance: hand-curated.

Boilerplate SQL

Starting point for reading EcoResTrackingDimensionGroup on Databricks — enums are decoded, 1900-01-01 dates are wrapped to NULL, and the DataAreaId anchor is in place. Set your Unity Catalog location, company, and filter values below; they’re substituted into the SQL and the copy button.

Query parameters

2 parameters not filled: <catalog>, <schema>

-- ============================================================
-- Table  : EcoResTrackingDimensionGroup Tracking dimension group master — shared setup that decides whether batch and serial tracking are active for the products assigned to it, and where serials are captured
-- Purpose: Column-selected read of EcoResTrackingDimensionGroup — auto-generated from field metadata
-- Grain  : One row per Name
-- Notes  : Auto-generated skeleton for Synapse Link / Fabric Link-landed F&O data (lowercase column names). Enums decoded inline where verified; datetimes stored in UTC; 1900-01-01 dates are sentinels mapped to NULL. System/audit columns omitted — see the quirks guide.
-- ============================================================
SELECT
  e.name AS "The tracking dimension group name — the natural key products reference through their group assignment",
  e.description AS "Description of the group",
  e.isserialnumbercontrolenabled AS "Whether serial number control is enforced for items in this group",  -- enum: decode e.isserialnumbercontrolenabled via GlobalOptionsetMetadata join — see quirks guide #enums
  e.isserialatconsumptionenabled AS "Whether serials are captured at consumption rather than at receipt",  -- enum: decode e.isserialatconsumptionenabled via GlobalOptionsetMetadata join — see quirks guide #enums
  e.captureserial AS "Where in the process the serial number is captured for this group"  -- enum: decode e.captureserial via GlobalOptionsetMetadata join — see quirks guide #enums
FROM <catalog>.<schema>.ecorestrackingdimensiongroup e
ORDER BY e.name;

Verified September 2026

Relationships

Diagram of 1-hop neighbors — join details below. RecId and InventDim edges are highlighted; they’re the joins newcomers most often get wrong.

Data Entities That Expose This Table

More Product Information tables

Maintained by Summit Analytics, a supply chain analytics practice. The tools and references are free — the consulting is selective.

Part of the Summit Analytics reference library.

Work with the practice

Not affiliated with or endorsed by Microsoft. Microsoft, Dynamics 365, and Microsoft Fabric are trademarks of the Microsoft group of companies.