Certain dimension values were not being surfaced in our app, and upon closer inspection we can see that there are dimension values which have no dimension. These values appear to still be nested underneath a dimension in the Dynamics UI.
We are unable to recreate this scenario in the Dynamics UI. Is anyone able to guide us as to how we can replicate this?
The representation of the problematic dimension values over the API looks like so:
/@odata.context/: https:/api.businesscentral.dynamics.com/v2.0/REDACTED/api/v2.0/$metadata#companies(f96ed688-f8b7-fake-guid-c6feddc14aaf)/dimensionValues/$entity/,
/@odata.etag/: /W////Jaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa=////,
/id/: / f96ed688-f8b7-fake-guid-c6feddc14aaf /,
/code/: /1234/,
/dimensionId/: /00000000-0000-0000-0000-000000000000/,
/displayName/: /BLAH/,
/consolidationCode/: //,
/lastModifiedDateTime/: /2024-10-03T15:13:05.21Z/,
/dimension/: null
}