Dear fellows, Ex-Microsoft MVP and Now Microsoft Employee Lane Swenka Presented at Microsoft Ignite 2018. Microsoft Shared video of his presentation on Youtube. This video is give you good insight upgrade from Dynamics Ax 2012 to D365 Finance and operations.
Dynamics AX (AX 7)
How to open external URL in D365 For finance and operations MSDyn365FO
Small tip, follow these steps,
Create a run able class in Visual studio.
in its main method write following line of code
Browser br = new Browser();
br.navigate(“https://www.tech.alirazazaidi.com, true);
Create a action menu.
Set its object type to class and set object with runnable class name.
Add this menu item to required menu extension. Save compile
On clicking menu item from navigation. A popup windows open, Allow popup option allow.
Line level Charges Sales Order Processing Dynamics 365 for finance and operations
Hi all, here is another youtube video. I used to explore things and them document. Here I documented line level charges on sales order applied based on customer charges group and Item Charges group. English is not my native language so bear with me.
View Details User Tip MSDyn365FO Dynamics 365 for finance and operations
Hi everyone this is user level tip for Dynamics 365 for finance and operations. We can add and remove Values in any drop down or lookup field by right click and from view details on menu. It is very beginner level tip.
Currency Exchange Rate, Currency Exchange Rate Provider MSDyn365FO Dynamics 365 for Finance and operations
Hi all, Microsoft provide 3 currency Exchange rate providers, With these provider we get latest currency Exchange rates in Dynamics 365 for finance and operations. These exchange rates used when We required transactions in different currencies. In the current web cast I used one of Exchange rate provider get latest exchange rates. Its works excellent in my local laptop hosted VM. My English is improving day by day so bear with me.
Disable export to Excel Customization D365 for finance and operations
We can disable the export to Excel option in list pages, There is option on grid properties “Export to Excel”. Its by default true. By changing it to false disable export to excel on specific form.

Fix Certificate Issues on Development Machines Dyn365FO Dynamics 365 for finance and operations.
Today I got issue on my Dev vm hosted in local environment. Some certificate was expired.

open windows menu
Certificates – Local Computer > Personal > Certificates.
And find expired certificate

Open these certificate and copy thumbprints in Notepad ++
Open PowerShell with run as administrator and generate new clone certificates
Set-Location -Path “cert:\LocalMachine\My”
$OldCert = (Get-ChildItem -Path F79C64B7CD90911328818A2B10DF8BDA2736CC8E)
New-SelfSignedCertificate -CloneCert $OldCert -NotAfter (Get-Date).AddMonths(999)
My notepad++ files look like similar after copy paste new thumbprints

Then open following three files form C:\AOSService\webroot:
- web.config
- wif.config
- wif.services.config
Search old thumbprints with new one.
Save and restart the machine.
After reboot, Successfully login
More detail article which helps me by
Production / Manufacturing courses D365 For Finance operations Courses Dynamics learning portal links
80884BE: Scrap, Waste, and Measurements in Microsoft Dynamics 365 for Finance and Operations
1020AE: Configure and Process Kanbans in Microsoft Dynamics 365 for Operations
81113BE: Production Costing in Microsoft Dynamics 365 for Finance and Operations
81088AE: An Introduction to Process Manufacturing in Microsoft Dynamics 365 for Operations
81089AE: Formula Management for Process Manufacturing in Microsoft Dynamics 365 for Operations
81091AE: Batch Orders for Process Manufacturing in Microsoft Dynamics 365 for Operations
81092AE: Master Planning for Process Manufacturing in Microsoft Dynamics 365 for Operations
81093AE: Batch Control for Process Manufacturing in Microsoft Dynamics 365 for Operations
81094AE: Batch Attributes for Process Manufacturing in Microsoft Dynamics 365 for Operations
81095AE: Lot Inheritance for Process Manufacturing in Microsoft Dynamics 365 for Operations
81096AE: Potency Management with Process Manufacturing in Microsoft Dynamics 365 for Operations
81097AE: Containerized Packaging for Process Manufacturing in Microsoft Dynamics 365 for Operations
81098AE: Catch Weight with Process Manufacturing in Microsoft Dynamics 365 for Operations
81099AE: Approved Vendors for Process Manufacturing in Microsoft Dynamics 365 for Operations
81100AE: Commodity Pricing for Process Manufacturing in Microsoft Dynamics 365 for Operations
81101AE: Product Compliance with Process Manufacturing in Microsoft Dynamics 365 for Operations
81102AE: Rebates for Process Manufacturing in Microsoft Dynamics 365 for Operations
81103AE: Advanced Warehousing with Process Manufacturing in Microsoft Dynamics 365 for Operations
Sale Order Processing Part 6 Manual Charges Video- D365 for Finance and Operations t
This is 6th to the point video in Sales order processing series, where I shared the manual charges applied on Sale Order Header. Hope this helps.
Sale Order Processing Part 5 Sales Order Confirmation Video- D365 for Finance and Operations
This is 5th video in Sales order processing D365 for finance and operations. Sales order creation and sale order confirmation.