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.

D365: How to get caller form name in Form extension class

This code demonstrates how to retrieve the caller form name and use it to run business logic in a Form extension class in X++ for Dynamics 365 for Finance and Operations. The provided example adds a display method to the RetailAddItems form to display the Site, retrieving it from the PurchTable caller form data source.

AX7/D365/Operations: Data export using data entities

Purpose: The purpose of this document is to demonstrate how we can export data using out-of-band (OOB) data entities from Dynamics 365 for Operations. Prerequisites: Access to Dynamics 365 for Operations instance via remote desktop. To be provisioned as an administrator or at least data management officer for the instance. Business requirement: Ability to export... Continue Reading →

AX7/D365/Operations: Data entities export data error

 Exception: While exporting data from local VM of Dynamics 365 for Operations, you might get an error if the Azure storage emulator is not running. Microsoft.WindowsAzure.Storage.StorageException: Unable to connect to the remote server —> System.Net.WebException: Unable to connect to the remote server —> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused... Continue Reading →

Blog at WordPress.com.

Up ↑