• Skip to main content
  • Skip to primary sidebar
  • Home
  • About
  • Recommended Readings
    • 2022 Book Reading
    • 2023 Recommended Readings
    • Book Reading 2024
    • Book Reading 2025
    • Book Reading 2026
  • Supply Chain Management Guide
  • PKM
  • Microsoft Excel
  • Microsoft Copilot in Office 365
  • Public Wiki Page

Ali Raza Zaidi

A practitioner’s musings on Dynamics 365 Finance and Operations

Dynamics 365 for finance and operations

How to see if a Vendor Invoice has been settled or not

May 27, 2023 by alirazazaidi

In this post, we are going to verify vendor invoice is settle / paid or not.

For this you have to go Accounts payable module on following module.

For this we have to Vendor list page by this path

Account payable ⇒ common ⇒ Vendor ⇒ All Vendor.

Click on it and following forum is opened

Select vendor on which invoice you want to see.

Click on top menu, Vendor > Transactions > Transactions

Following form opens

Now you select any invoiced line and click on top View settlement

Following form will open with detail.

If you see the transaction form, you found two things

Balance and amount

The amount is amount of vendor invoice. If it is positive mean, mean, organization need to pay it. In the case of negative it mean, it is credit memo, Vendor owes the our organizational amount.

Balance is the amount the amount has not paid yet, If it is -negative, means, amount need to pay.

In the case of positive amount it means, it is created towards vendor, it is credit memo.

Advance warehouse Mobile app emulator, Create a user

April 15, 2023 by alirazazaidi

Hi friend, in this post I shared you how to enable user and test the mobile app on emulator provided by microsoft

At the recording of this video, I am using 10.0.32 version of Dynamics 365 Finance and Operations

Mobile simulator can be accessed on local vm by following url

https://xxx.operations.dynamics.com/?mi=action:WHSWorkExecute

or with the help of the SysClassRunner
https://xxx.operations.dynamics.com/?mi=SysClassRunner&cls=WHSWorkExecuteForm

I use

Direct Product delivery in D365 Finance and Operations

March 9, 2023 by alirazazaidi

Hi friends welcome to another post, In this post, I am going to share simple functionality of direct delivery to customer.

In some case, Customer want to purchase product from our organization. And We did not have stock. or we want to deliver things directly to Vendor from Customer. Instead to receive product first in warehouse and then ship to customer. We directly deliver products to customer.

For this we require some setup on Item level

-Default vendor.

-enable Direct delivery.

-Default warehouse.

We have to go Product Master Information > products > Release products

Add new product or modify product and update following.

No alt text provided for this image

Now go sales and marketing > All Sales order and create a new Sales order the same Item mentioned in above selection

No alt text provided for this image

After finalize the quantity on same sales order,

click on button direct delivery button.

No alt text provided for this image

select include, if you want to add charges, You need to add include line and add discount if you want add discount and rest of things you can find.

After that click on ok

No alt text provided for this image

Now you need to confirm and deliver the product to customer for this you have to go

Procurement and sourcing > Purchase Orders > Direct Delivery process > Direct delivery

No alt text provided for this image

Click on confirm

And click on Delivery and full product receipt

No alt text provided for this image

If we go to check the Inventory transaction You will find that

For this you have to go

Inventory Management > Inquiries and reports > Transaction

When forms open you can apply filter on item.

No alt text provided for this image

Conclusion.

You can create directly product delivery from Sales order to Purchase order and direct delivery.

How to set any Field mandatory without writing code in D365 Finance and Operations.

February 11, 2023 by alirazazaidi

Lets start the blog, with very simple entry.

In D365 Finance and Operations, We can add customize fields and same time we can add make any field mandatory.

For example we want to set vendor “Duns Number” as mandatory.

For this we

Right click and click on Duns number

From pop menu, select click on

Then click on Personalize this page.

Click on Close

Edit the page and you found * button on DUNS Number.

Edit the button, On pressing the save button you found * option.

See you in next blog post

AXUpdateInstaller.exe execute -runbookid=”-runbook” -rerunstep=”7″ Timeout issue

November 9, 2022 by alirazazaidi

Struggling to upgrade Devboxes. Certainly you find similar issue. I found similar. Time out error occurs on upgrade step of AOSService setup. It is most important step. Where new code injected into different models in Dynamics. We can not skip this step.

I faced this issue 10.0.30 service pack update which contains changes in Human Resource module. Any how I have to follow this step before rerun the step.

I update the xxxRunbox.xml file. You will find this runbook with same name which you created in initial setups.

Search step, there only update TimoutValue. Dont try to search and update 75 to 1800. It corrupts the file.

And then again import this runbook file

AXUpdateInstaller.exe import -runbookfile=”CRDEV4-runbook.xml”

After that go back to same point and run it again.

Problem solve.

How to setup price agreement for Purchase order in dynamics 365 finance and operations

October 22, 2022 by alirazazaidi

How to configure vendor price discount group and assign to vendor

October 19, 2022 by alirazazaidi

Product Relationship Type Dynamics 365 Finance and Operations

October 19, 2022 by alirazazaidi

TempDB, SrsReportDataProviderPreProcessTempDB And long Running Report Dynamics 365 Finance and operations

October 18, 2022 by alirazazaidi

Recently I got interesting issue. I developed the report based on RDP Class. I have to populate temp table. And based on this temp table I have to aggregate some calculation like sum, Average on Group by.

But when I populate another table based on this aggregation. Report starts to go long awaiting state. I dont know the reason. Later I found that I did not give active connection to temp table variables.

I added following line of code in reports and report processing reduce to less then 2 minutes

this.takeOwnershipOfTempTable(_BEGroupWiseSalarySheetTmp);
this.takeOwnershipOfTempTable(_BEBranchWiseSalarySheetTmp);

intvNo Interval method is obselete

October 10, 2022 by alirazazaidi

Code suddenly breaks. When I debug I found intvNo method which used to calculate days interval between two dates is not working.

intvNo(empLeave1.EndDate,periodStartDate,IntvScale::Day);

I have replace it with following way.

date2Num(periodEndDate) -date2Num(periodStartDate);

« 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)
  • AI (3)
  • Asset Management (3)
  • Azure Functions (1)
  • Books (6)
  • Certification Guide (3)
  • ChatGPT (3)
  • Claude (1)
  • Customization Tips for D365 for Finance and Operations (64)
  • D365OF (60)
  • Data Management (1)
  • database restore (1)
  • Dynamics 365 (59)
  • Dynamics 365 for finance and operations (139)
  • Dynamics 365 for Operations (175)
  • 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)
  • General Journal (1)
  • Implementations (1)
  • Ledger (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 (4)
  • Personal Knowledge Management (3)
  • PKM (16)
  • Power Platform (6)
  • Procurement (5)
  • procurement and sourcing (6)
  • Product Information Management (4)
  • Product Management (6)
  • Production Control D365 for Finance and Operations (10)
  • Sale Order Process (10)
  • Sale Order Processing (10)
  • Sales and Distribution (5)
  • Soft Skill (1)
  • Supply Chain Management D365 F&O (5)
  • Tips and tricks (278)
  • Uncategorized (165)
  • Upgrade (1)
  • Web Cast (7)
  • White papers (4)
  • X++ (10)

Wiki

  • SCM

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