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.
Sale Order Processing Part 4 Line Level Discount Sales Trade Agreement Video- D365 for Finance and Operations
Fourth video in Sale order processing video series. I shared very precise how to, Line level discount trade agreement and apply it on Sales order.
MICROSOFT RELEASES OCTOBER 2018 FEATURES ROADMAP FOR BUSINESS APPLICATIONS
You can found document here.
Sale Order Processing Part 3 Price Listing Sales Trade Agreement Video- D365 for Finance and Operations
This is third video in Sale order Processing series using D365 for finance and operations. We use trade agreements for Price listing for Customer or group of customers.

