Utility code for submitting the Free text invoice (FTI) to wokflow using code...
Hi GuysThis post targeting developers and help them submitting the document like free text invoice to workflow automatically using code. static void WorkflowAutoSubmit(Args _args) {...
View ArticleHow to run Visual studio as Administrator by default in your D365FO Dev VM
Instead of right clicking the icon each time and saying Run as Administrator , here is a one time setup maybe some of us didn't know about it. 1- Pin Visual studio icon on the Taskbar 2- Right...(read...
View ArticleIs there a D365 Technical conference in 2018??
Since the start of this year, there is one question which has been bothering me a bit - What happened to the Dynamics 365 (for Finance and Operations) Technical conference for the year 2018,...
View ArticleWorkflow Assigned User to Employee Personal Id Dynamics Ax 2012
Small tip but interesting. HcmWorker::findByPerson(DirPersonUser::find(workflowWorkItemTable.UserId).PersonParty).PersonnelNumber);
View ArticleHow to create custom workspace form and add tiles in D365
In Dynamics AX 365 we all must be well aware of the new Workspaces feature which has interactive design to show several business tasks, insights, reporting and dashboards that a business user deals...
View ArticleOn Voucher Failure scenarios – Part 1
Using one voucher in AX can be risky/tricky at times. There are many examples for that. One of those I will be highlighting here. It is using One Voucher to post ‘PDC’ for multiple lines...(read more)
View ArticleFailed ERP implementation will change partners to become trusted advisors.
In Norwegian a customer won a compensation case against an ERP implementation partner after the customer terminated the parties’ agreement on the supply of a new ERP. The customer was compensated by...
View ArticleHow to avoid System.InvalidCastException: Unable to cast object of type...
Problem: When trying to extract metadata using Odata client you will get this error System.InvalidCastException: Unable to cast object of type 'Microsoft.OData.Edm.Library.AmbiguousTypeBinding'...(read...
View ArticleDeploying SSRS Reports to Dynamics ax 365
I was going thru the deployment document where I found the way to redeploy all the reports which also includes your custom reports. You normally execute this at the end, after the package is...
View ArticlePayable Bot Dynamics ax 365
Satya NadellaWe have seen an age of mobile phone apps, and guess what is coming next? Chatbot’s. To acknowledge their soaring growth and to leverage on this business opportunity, at this year’s Build...
View ArticlePackage deployment with Dynamics 365 Operations
Recently i got chance to experience the D365 Package deployment, and here is the guide i have...
View ArticleAX Performance Monitor 101 – Tips and tricks to deal with performance counter...
In my previous blog post, I explained how to setup Performance Monitor (PerfMon) to proactively capture performance data while cleaning old files to keep disk space under control. This is, let's say,...
View ArticleDelete all transaction data for legal entity in Dynamics 365 FO
Hello Techies, I’m writing this post after a long time, Hope you enjoy reading. We are already aware of deleting data in previous versions of AX using SysDatabaseTransDelete class,it’s...(read more)
View ArticleDynamics 365 Financial Reporting: Finding version number
In Dynamics 365, finding the Financial Reporting version is a bit more complicated than what we were usted to in AX 2012 and earlier versions. There is no longer a menu option in the Report Designer...
View ArticleMicrosoft invests $5 billion in Internet of Things
From improving driver safety on Alaskan roads to providing African schools with electricity, Microsoft Internet of Things (IoT) solutions are bettering working and living conditions around the world....
View ArticleD365: Mark sales order as voided
In case if you do not want your sales order to be deleted for different reasons, in AX there is a nice feature of marking such sales orders are voided. It enables you to keep tracking missed deals or...
View ArticleD365: Safety level of invoiced orders. Allow/disallow changes to a fully...
In account receivable parameters there is an option that control what you can do with the fully invoiced sales order. This option is valid for purchase order as well. With this setup you allow or...
View ArticleD365: Full text search
With a large amount of data collected by companies in the system like items, customers, prospects, they need fast and convenient ability to search. For instance, when you are creating the sales...
View ArticleHow to add list grid in workspace form in D365
In this tutorial, We will create a new list for a workspace, to show all purchase orders list. Step 1: Add a TabPage in your PanoramaBody Tab and apply design pattern as shown in image. Step 2: Add...
View ArticleDon’t Miss Out! Join Us for Summit EMEA, 24-26 April in Dublin
Time is ticking. Don’t miss out on your last chance to register for Summit EMEA. From 24-26 April, the Convention Centre in Dublin, Ireland will be taken over by nearly 1,500 Dynamics users and...
View Article