• 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

alirazazaidi

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

Why Story telling is important in ERP implementation.

January 6, 2023 by alirazazaidi

I was at client side.

End user did not going to sign off the functionality. He wants a few more changes. All these changes are very nice to have features.

In go live situation it is not possible to accommodate these. If end user or key person would not sign off and as result no go live. When project is not go live. Then there will no payment release.

As result we are failure. We can not modify things at 11th hour. Who do the enhancement, who test it. And if we deliver not tested things in front of client. his trust will be broken.

EPR implementation is very slow process. When project kick off and now on go live.

There are many people both our and client side already left. The best way to handle this situation is signed Functional Requirement Document. If things varies from this document. We would not do that. That reason it is very important to write functional requirement document will be care. I will write another post. How we have to write functional requirement document and what things we need to care. Any how main point is your functional requirement document must be very good and that is the only thing that help us to close things. Specially when we unable to convince end user or key account holder.

Second way is Story telling. How good you are in Story telling. You can convince him easily.

Human mind did not thing straight. Any how point is simple and straight but it did not understand. It understand, what will happen, if we do that.

Remember, Every project failed not technically, it failed financially. In Project management. There are world triple constraint. Time, scope and cost. Any one increase in it will result in increase other two factors. And Same time Quality is increase. And Most interesting point in this triple constraint is Cost.

So we built a story and share him and he understand our point and project goes to next stage which was in our case go live.

These are seven steps we used to built a story.

  1. A hero ( Certainly a another client )
  2. Has a problem ( many nice to have features)
  3. And meets a guide ( Partner in this case we)
  4. Who offers a solution ( utilize what already we have)
  5. Call hero to action ( Start to use and go live)
  6. help them to avoid failure ( Cost increase, more issues comes, requirement increase and as result System will never go live, no body will use it)
  7. And finish with success. ( They start using the system and we did all those nice to have feature in support. System is in utilization state and it will good in cost saving too).

So what is yours, What you made it help you more client.

All the best wishes in 2023!

December 29, 2022 by alirazazaidi

Hope for the best.

2022 was one the best year of my life.

4 lesson I learned in 2022. Extracted from 4 Agreement book

-Understand the power of words. Change your voice in side your. Change the words

-Nothing is personal. Never ever take anything personal.

-Dont assume. Face the reality. Ask untill clear.

-What ever is the situation. Do your best.

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.

‘Your program License doesn’t permit support maximum N non-demonstration companies’ Business Central

October 28, 2022 by alirazazaidi

What ever you do, there is always way to learn something. Buddah once said ““When the student is ready, the teacher will appear”. So Google his here for my teacher.

So today I decided to learn Business Central. And here is my first blog post.

While making my notes, these punjabi folk song comes in my mind, Also note it down.

jangal bele phiran dhoondendi ( I am searching my beloved rivers and forest)

ranjhan mere sange ( My beloved is with me in my mind)

nee menda dil ranjhan rawal mange ( My heart seeking you)

ranjhan rawal mange ( beloved name folk name)

majhian aaiyan meda dhol na aaya ( My fellows come back but my beloved not)

heer kookay vich jhange ( Heer calling her beloved name in forest madly)

lets go back to point.

On demo instance of Business Central allows only two demo companies. I created many.

And after fourth Company. Business Central stop working.

Its quite different form F&O. I found following error message

‘Your program License doesn’t permit support maximum N non-demonstration companies’

So my first search how to remove companies with powerShell so here are my notes for my future self.

first step to import commendlet module that comes to Business Central. Location is some where in c:\program files folder \ Business central\ Service

After finding that path Following command works

Import-Module ‘C:\Program Files\Microsoft Dynamics 365 Business Central\180\Service\NavAdminTool.ps1’

So it imported what next

Now I need list of Companies in local instance. For getting companies “Get-NAVCompany” command.

PS C:\WINDOWS\system32> Get-NAVCompany

cmdlet Get-NAVCompany at command pipeline position 1 Supply values for the following parameters: ServerInstance: bc180

so I get following list. And interestingly there are a lot of … Name there. And I created them.

Now I have to delete the Companies step by Step. On local installation as demo. There is no need of Tenant So following statement works for me.

Remove-NAVCompany -ServerInstance BC180 -CompanyName ‘Test Bab Jii’

Remove-NAVCompany -ServerInstance BC180 -CompanyName ‘Test my company’

Remove-NAVCompany -ServerInstance BC180 -CompanyName ‘CRONUS Pakistan’

After deleting These companies. BC instance started to work fine.

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

« 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