• Skip to main content
  • Skip to primary sidebar
  • Home
  • About
  • Recommended Readings
    • 2022 Book Reading
    • 2023 Recommended Readings
    • Book Reading 2024
    • Book Reading 2025
  • Supply Chain Management Guide
  • PKM
  • Microsoft Excel

Ali Raza Zaidi

A practitioner’s musings on Dynamics 365 Finance and Operations

Dynamics AX (AX 7)

Upgrade from Ax 2012 to Dynamics 365 Finance and Operations – Ignite Video

October 3, 2018 by alirazazaidi

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.

How to open external URL in D365 For finance and operations MSDyn365FO

September 17, 2018 by alirazazaidi

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

September 9, 2018 by alirazazaidi

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

September 9, 2018 by alirazazaidi

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

September 1, 2018 by alirazazaidi

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

August 27, 2018 by alirazazaidi

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.

August 27, 2018 by alirazazaidi

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

Reference : https://community.dynamics.com/365/financeandoperations/b/axilitynet/archive/2018/03/27/fix-certificate-issues-on-development-machines

Production / Manufacturing courses D365 For Finance operations Courses Dynamics learning portal links

August 24, 2018 by alirazazaidi

80874BE: Define General Ledger Integration for Discrete Manufacturing in Microsoft Dynamics 365 for Finance and Operations

80884BE: Scrap, Waste, and Measurements in Microsoft Dynamics 365 for Finance and Operations

80876BE: Define Material Policies for Discrete Manufacturing 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

81090AE: Co-Products and By-Products 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

August 19, 2018 by alirazazaidi

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

August 6, 2018 by alirazazaidi

This is 5th video in Sales order processing D365 for finance and operations. Sales order creation and sale order confirmation.

 

« Previous Page
Next Page »

Primary Sidebar

About

I am Dynamics AX/365 Finance and Operations consultant with years of implementation experience. I has helped several businesses implement and succeed with Dynamics AX/365 Finance and Operations. The goal of this website is to share insights, tips, and tricks to help end users and IT professionals.

Legal

Content published on this website are opinions, insights, tips, and tricks we have gained from years of Dynamics consulting and may not represent the opinions or views of any current or past employer. Any changes to an ERP system should be thoroughly tested before implementation.

Categories

  • Accounts Payable (2)
  • Advance Warehouse (2)
  • Asset Management (3)
  • Azure Functions (1)
  • Books (6)
  • Certification Guide (3)
  • Customization Tips for D365 for Finance and Operations (62)
  • D365OF (59)
  • Data Management (1)
  • database restore (1)
  • Dynamics 365 (58)
  • Dynamics 365 for finance and operations (135)
  • Dynamics 365 for Operations (165)
  • Dynamics AX (AX 7) (134)
  • Dynamics AX 2012 (274)
  • Dynamics Ax 2012 Forms (13)
  • Dynamics Ax 2012 functional side (16)
  • Dynamics Ax 2012 Reporting SSRS Reports. (31)
  • Dynamics Ax 2012 Technical Side (52)
  • Dynamics Ax 7 (65)
  • Exam MB-330: Microsoft Dynamics 365 Supply Chain Management (7)
  • Excel Addin (1)
  • Favorites (12)
  • Financial Modules (6)
  • Functional (8)
  • Implementations (1)
  • Lifecycle Services (1)
  • Logseq (4)
  • Management Reporter (1)
  • Microsoft Excel (4)
  • MS Dynamics Ax 7 (64)
  • MVP summit (1)
  • MVP summit 2016 (1)
  • New Dynamics Ax (19)
  • Non Defined (9)
  • Note taking Apps (2)
  • Obsidian (3)
  • Personal Knowledge Management (2)
  • PKM (13)
  • Power Platform (6)
  • Procurement (5)
  • procurement and sourcing (5)
  • Product Information Management (4)
  • Product Management (6)
  • Production Control D365 for Finance and Operations (10)
  • Sale Order Process (10)
  • Sale Order Processing (9)
  • Sales and Distribution (5)
  • Soft Skill (1)
  • Supply Chain Management D365 F&O (3)
  • Tips and tricks (278)
  • Uncategorized (165)
  • Upgrade (1)
  • Web Cast (7)
  • White papers (4)
  • X++ (7)

Copyright © 2025 · Magazine Pro On Genesis Framework · WordPress · Log in