How to shrink the SQL transaction log on a d365 dev environment
Recently the SQL transaction log on my Dynamics 365 for Finance and Operations development environment grew too big and triggered a System.Data.SqlClient.SqlException (0x80131904): The transaction log for database 'AxDB' is full due to 'LOG_BACKUP'. I couldn't sync the database. This technical note shows you how to fix that error in SSMS.
When importing a bacpac to a Dynamics 365 for Finance and operations development environment you might come across a 'System.OutOfMemoryException' in Sql Server Management Studio (SSMS). Here we explain how to avoid this error by using the command line instead of SSMS to do the bacpac import.
Connect external devices with different operating systems (tablets, smart phones) to your Dynamics 365 for Finance and Operations one box instance (local VHD)
The following error is generated when executing the runbook for the Boötes AX7 Bound Grid Control: Cannot find path 'C:\AOSService\PackagesLocalDirectory\InstallationRecords\dynamicsax-bootesctrlcommonbase.7.0.4565.16212\tools\installpackage.ps1' because it does not exist.
How to serialize X++ classes into JSON using data contracts and the serialization class that's included in the AOT
How to call client side JavaScript from server side X++ and then get a response back from X++ into JavaScript in a Dynamics 365 for Finance and Operations Extensible Control.
This article details recommendations for a first time configuration of a Dynamics 365 for Finance and Operations Virtual Machine.
How to write Extensible Controls for Dynamics 365 for Finance and Operations.
How to integrate an on-premise Dynamics 365 for operations (AX7) Virtual Machine and Power BI using the Power BI data gateway.
This technical note shows you how to retrieve data from a SQL Server table and display it in an HTML page using a WebMethod, JavaScript, JQuery, AJAX, and ASP.NET.