=CONCATENATE("'",A1,"'",",")
axbuild.exe xppcompileall /s=01 /altbin="C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin" ? C:\Program Files\Microsoft Dynamics AX\60\Server\DAX\bin =VLOOKUP(B2,'AX Customer ...(read more)
View ArticleSending Emails from Microsoft Dynamics AX 2012 using the Microsoft Graph API...
We send various documents to customers directly from AX batch jobs using print management. We have found that emails sent directly from Office 365 have a much higher chance of not getting...
View ArticleModifying/Adding New Fields in Document Routing Layouts for Warehouse/License...
To modify/create the label, you need to create a label design using ZPL by going on following navigation Warehouse management->Setup->Document routing->Document routing layouts To understand...
View ArticleDevelopment sprint scrum planning practices for Microsoft Dynamics 365...
Development sprint scrum planning practices for Microsoft Dynamics 365 Finance and Operations Sharing some tips: Define solution backlog FDD: Feature/User Story? DevOps tracking/Queries/Sprint ...(read...
View ArticleUsing Azure Monitor with D365 FO On-premises
In this post I would like to share field experience and provide you with a quick overview of Azure Monitor and demonstrate how fast and easily you can build a tool that can help you to monitor...
View ArticleThe Total Invoice Value of the PO is greater than $45,000,000.00 workflow ax...
The Total Invoice Value of the PO is greater than $45,000,000.00 We need to update the Purchase order approval limit of the Employee “Sis” This Employee has the Position “000011&rd...(read more)
View ArticleLog Off Another User in Windows
To Log Off Another User in Windows 10, Open the Task Manager app. If it looks as follows, switch it to the full view using the "More details" link in the bottom right corner. Clic...(read more)
View ArticleUsing Azure Application Insights to monitor license usage in D365 Finance and...
The licensing related reports in D365FO can provide license assignment information but they don't really tell us if the user that is assigned a particular license type is using it. For example,...
View ArticleWant to leverage AI with Microsoft Dynamics 365 Finance and Supply Chain for...
Human expertise combined with Artificial Intelligence (AI)can open opportunity doors like never before. Whether it is insights for decision making in financials area or supply chain area, Now both...
View ArticleMass deploying Commerce Sealed Installers
Table of ContentsIntroductionStore Commerce appPackaging the applicationUploading the applicationDeploying the applicationUninstalling the applicationTroubleshootingAbsent prerequisitesIntroductionHere...
View ArticlePurchaseOrderCancel X++ AX 2012
static void Del_PurchaseOrderCancel(Args _args){ #File IO iO; PurchId PurchId; FilenameOpen filename; Container record; str one; boolean first = true; str Delimiter = ","; int totalRecords; ...(read more)
View ArticlePO cancel in AX 2012 x++
class AWE_PurchCancel extends RunBase { PurchTable purchTable; #define.CurrentVersion(1) #LOCALMACRO.CurrentList purchTable #ENDMACRO } /// <summary> /// Cancels the <c>ma...(read more)
View ArticleBank statement import or export of positive pay file through DIXF has been...
Feature Deprecation As we have previously announced effective March 14, 2022, the support for XSLT scripting in Data management is deprecated to improve security and data protection within finance...
View ArticleSending Emails from Microsoft Dynamics AX 2012 using the Microsoft Graph API...
People have asked for an example of sending Emails with attachments using the MSGraph API directly from AX 2012. Below is the same code I published in an earlier post but with an...
View ArticleUpdate to using Application Insights for monitoring D365 Finance and Operations
I previously wrote a blog post on one way to monitor licensing usage with Azure Application Insights. With the 10.0.30 update for D365 Finance and Operations that is available, it is easier now with...
View Articlecreated date time old date time insert in AX 2012
public class AWE_BillingTransaction{} public static void main(Args _args){ AWE_BillingTransaction AWTrans; AWTrans = new AWE_BillingTransaction(); AWE_BillingTransaction::Run();} Static server void...
View ArticleSearch Dynamics AX 2012 Batch Job History Info Logs
I often find myself clicking through Batch Job Info Logs while troubleshooting issues. Every time I do this I think "wouldn't it be nice if I could just search the logs for a particular...(read more)
View ArticleHosting Commerce Scale Unit extensions in .NET 6
Table of ContentsIntroductionReliability improvementsChecking the type of the hostDiagnosing ExtensionsIntroductionFor a long time Commerce Scale Unit (CSU) Extensions are required, see the purple...
View ArticleIssue with Bacpac Database import in Dev Box using SQLPackage
Hi All,I started getting error while importing the bacpac file in dynamics tier 1 environment. Changes to connection setting default values were incorporated in a recent release. More information is...
View ArticleMicrosoft Dynamics 365 Finance - GL open balances data migration - options...
Microsoft Dynamics 365 Finance - GL open balances data migration - options for GL and sub-ledger accounts: Load GL balances without subledger controlled accounts and let sub-ledger accounts be...
View ArticleDynamics 365 Supply Chain Management - Outbound Sorting in Warehouse...
In this series of 2 videos I will cover the Outbound Sorting functionality within Warehouse Management. Outbound sorting allows workers in a warehouse to sort containers that has already been...
View ArticleDynamics 365 Supply Chain Management - Outbound Sorting in Warehouse...
In this video we will go through a use case scenario demonstrating the use of Outbound sorting and using the setup and configuration that I had previously setup in an earlier video and blog post...
View ArticleMaster company data sharing is back in Microsoft Dynamics 365 Finance and...
Master company data sharing is back in Microsoft Dynamics 365 Finance and Operations it's as fresh as of today (March 15 2023), this feature enables sharing of data using a cross-company data...(read...
View ArticleAzure Load Testing with Dynamics 365 Finance and Operations apps
A couple months ago, Microsoft Azure Load Testing (MALT) was made generally available as a fully managed load-testing service that enables generation of high-scale load against our applications....
View ArticleDemystifying Dynamics 365 Finance and Operations Licensing: A Detailed but...
Over here I will try to cover all key licensing areas like Pricing What minimum you can get Analyzing the Requirement / Extracting licensing details from Finance and Operations. Pricing: You can...
View Article