D365FO - Method wrapping and chain of command
Another most awaiting Extensibility feature (Chain of Command) is going to come with one of the next platform updates. This enables you to call/use protected members and methods without making them...
View ArticleD365FO - Dynamics 365 Tutorials Help You Get up and Running Fast
http://www.erpsoftwareblog.com/2017/06/dynamics-365-tutorials-help-you-get-up-and-running-fast/
View ArticleRead excel through X++ in D365FO
Sample code to read an excel file, all it need file stream as a parameter.publicboolean importFromExcelfiles(System.IO.Stream _stream){  OfficeOpenXml.ExcelWorksheet       worksheet;...
View ArticleD365FO: How to debug a non-development and a non-production environment
This post outlines the steps how to debug an issue which is happening in non-development or non-production environments e.g. UAT environment.1.   RDP to your environment where you want to debug the...
View ArticleNewly created data entity is not visible in data management entity list?
If you created a new data entity and it's not visible in your data management entity list. Open Data Management workspace -> Framework parameters -> Entity Settings and hit the "Refresh Entity...
View ArticleD365 platform update 12 (7.3): Admin access changes
The Microsoft team did release platform update 12 for Dynamics 365 for Finance and Operations, Enterprise Edition 7.3. There have been few changes concerning accessibility (admin access on VMs)....
View ArticleD365FO - Get list of obsolete data entities
Find which data entity is obsolete after every new update. Here are the steps.For example; Customers V2 data entity is obsolete with version 8.0For developers: Type the below in the metadata search in...
View ArticleD365FO - How not to select Fleet Management modules in package creation
Want assurance that you never select/include fleet management modules in package creation or build all module together. Just rename the Descriptor folder from all these three locations and refresh...
View ArticleD365FO - Add new participant and type of participant to Participant workflow...
There are times when you want to add a new type of participant other than security role participants and user group participants, this post describes the steps to take and achieve this requirement.This...
View ArticleD365FO - Start hierarchy approval with specific worker
There are times when clients want to start hierarchy approval from a specific worker and not from the one who initiated the workflow and then traverse up the hierarchy.Scenario:Invoices are coming from...
View ArticleD365FO - Rotate SSL Certificates in Tier 1 environments
If you face following error all of a sudden when accessing tier 1 environment like I faced, follow next steps in the post to get it working.The SSL certificate has been expired and requires renewalHow...
View ArticleD365FO - How to read metadata information from AOT through X++
Following code snippet loop through metadata information of AOT objects (this example is to loop through all data entities).classDataEntityExtension{Â Â Â /// <summary>Â Â Â /// Runs the class with...
View ArticleWhat's coming 2020 release wave 2 plan - my takes
Microsoft Dynamics 365 and Microsoft Power Platform 2020 release wave 2 plans are out, check out the full listMicrosoft Dynamics 365:...
View ArticleQ&A: The Dual Write Questions
Recently conducted webinars, summits, and D365 FinOps Saturday sessions on Dual Write. Interested to watch the replay? Here are the recordings. (do subscribe for upcoming events!!!)Dual Write is an...
View ArticleD365FO Update to PU36 (10.0.12) and experienced error "Something went wrong...
Version 10.0.12 is now gerneally available https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/fin-ops/get-started/whats-new-changed?toc=/dynamics365/finance/toc.jsonIf you are planning to update...
View ArticleThe Dual Write implementation - Part 1
In this post I will talk purely about how to implement dual write, there will be series of posts to address complete implementation cycle so stay tune.Let's deep dive without any therotical...
View ArticleThe Dual Write implementation - Part 2 - understand pre-requisites
Before I jump to the environment linking for dual write integration, let's action pro-actively on the pre-requisites.App VersionThe dual-write core solutionThe Common Data Service can connect to...
View ArticleD365FO: An Internal error has occured
Recently Lately started having above error message when trying to RDP to cloud hosted Dynamics 365 Finance and managed to able to connect with multiple tries. Keep trying to connect and it will work...
View ArticleThe Dual Write implementation - Part 3 - Entity map explained
In continuation of our journey to have D365 FinOps data in CDS, Following has been covered.Part 1: The Dual Write implementation - Understanding Dual-write and setup application users Part 2: The Dual...
View ArticleMS D365 FinOps and Supply Chain Management Integration - Session at Microsoft...
Recently talked about Microsoft Dynamics 365 Finance Operations and Supply Chain Management integration with Common Data Services - Dual write, Virtual Entities, and Data Integrator.Idea is to show how...
View Article