• 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

alirazazaidi

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

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