Spaces:
Sleeping
Sleeping
File size: 1,677 Bytes
9ed2c7f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | ---
title: LedgerDimensionFacade is the new DimensionDefaultingService
date: 2019-02-04T20:26:52.000Z
lastmod: 2019-02-04T20:26:52.000Z
description: This is more of a reminder for me than you that the DimensionDefaultingService
class doesn't exist in D365. The DimensionDefaultingService was a short-lived
class; brought into existence for only one version of AX. Its legacy lives on
now in the LedgerDimensionFacade, where we can [most importantly] call the
serviceCreateLedgerDimension() method to combine the RecId values of a
LedgerDimension and up to four DefaultDimensions. Of course it has a lot more
to offer, but you'll have to look at t
tags: x++, D365, defaultDimension, LedgerDimension
author: Michael Stashwick
author_url: https://www.d365stuff.co/author/michael/
publisher: D365 Stuff
publisher_url: https://www.d365stuff.co/
---
4 February 2019 / [x++](/tag/x/)
# LedgerDimensionFacade is the new DimensionDefaultingService
This is more of a reminder for me than you that the DimensionDefaultingService
class doesn't exist in D365. The DimensionDefaultingService was a short-lived
class; brought into existence for only one version of AX. Its legacy lives on
now in the LedgerDimensionFacade, where we can [most importantly] call the
serviceCreateLedgerDimension() method to combine the RecId values of a
LedgerDimension and up to four DefaultDimensions. Of course it has a lot more
to offer, but you'll have to look at the class code for that.

#### [Michael Stashwick](/author/michael/)
Read [more posts](/author/michael/) by this author.
[Read More](/author/michael/)
|