This post is machine-translated. The original post in german language can be found here.

Add a field of type LedgerDimension to a (new) table.

In Dynamics 365 for Finance and Operations, only a few steps are required to add a field of type LedgerDimension - that is, a field that is to include financial dimensions - to a (new) table:

  1. Create a New Foreign-Key Relationship to the DimensionAttributeValueCombination Table
  2. Select RecId as the index of this relation.
    A new field is now generated in the table and the relation to this field is created.
  3. he Extends property of this new field should now be changed to DimensionDynamicAccount
    The field can now be renamed, for example, LedgerDimension.
  4. Now another new field must be inserted that derives LedgerJournalACType from BaseEnum.

The following steps are necessary to display such a field in a (separate) form:

  1. Place both created fields in the design using Drag & Drop
  2. A Segmented Entry Control is created for the field that is to contain the dimension (for example, LedgerDimension).
  3. The following properties must now be adjusted in the properties of this control
    • Controller Class: DimensionDynamicAccountController
    • Account type field: The field extended from LedgerJournalACType must be entered here.

Depending on the class that is stored in the Controller Class property of the Segmented Entry Control, further settings may have to be made, although not all of them are always permitted. For more information see https://docs.microsoft.com/de-at/dynamics365/unified-operations/dev-itpro/financial/segmented-entry-control-metadata-specification

These post applies to following version:
Dynamics 365 for Finance and Operations

Add comment
 
 

 

 
 
 
Posts of the actual month
April 2024
MoTuWeThFrSaSu
1234567
891011121314
15161718192021
22232425262728
2930 
 
© 2006-2024 Heinz Schweda | Imprint | Contact | German version | Mobile version
In order to provide you with better service, this site uses cookies. By continuing to browse the site, you are agreeing to our use of cookies.