Financial dimension

thumbnail 01
Development (D365FO), Dynamics 365 for Finance and Operations, Technical (D365FO)

D365: Create default dimension in X++

This X++ code creates default dimension records for specific dimension values in Dynamics 365 for Finance and Operations. The solution involves using a class called ATLAS_LedgerDimensionHelper, which includes a method named getDefaultDimension. This method takes dimension values as input and creates default dimension records using the provided values.

thumbnail 01
Development (D365FO), Dynamics 365 for Finance and Operations, Technical (D365FO)

D365: Get financial dimension value owner

This content demonstrates how to obtain the financial dimension value owner in X++ for Dynamics 365 for Finance and Operations. It provides a solution using the “ATLAS_LedgerDimensionHelper” class to retrieve the owner of the dimension attribute value. The “getDimensionAttributeValueOwner” method retrieves and displays the financial dimension value owner in an inquiry screen.

thumbnail 01
Dynamics 365 for Finance and Operations, Technical (D365FO), X++

D365FO: Get dimension display value in X++

This content demonstrates how to retrieve dimension display values in X++ for Dynamics 365 Finance and Operations. By utilizing the provided code, users can access dimension display values for custom forms or SSRS reports. The function ‘getDimensionDisplayValue’ accepts default dimension RecId and dimension name string, facilitating the retrieval of specific dimension values.

thumbnail 01
Development (D365FO), Dynamics 365 for Finance and Operations, Technical (D365FO)

Validate individual financial dimensions

Purpose: The purpose of this post is to demonstrate how we can validate individual financial dimension values before writing a customer record. Product: Dynamics 365 for Finance and Operations Description: The code below validates some customer fields like Site, Warehouse, Price group and then checks the values for individual financial dimensions in this case which

Scroll to Top