
Ali Raza Zaidi
1,000 FOLLOWERS
Ali Raza Zaidi is a Dynamics Ax developer & Technical consultant specializing in Supply chain management. He is also a blogger, technical speaker, and eLearning enthusiast.
Ali Raza Zaidi
2w ago
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 ..read more
Ali Raza Zaidi
1M ago
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 ..read more
Ali Raza Zaidi
2M ago
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 ..read more
Ali Raza Zaidi
3M ago
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 ..read more
Ali Raza Zaidi
4M ago
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 t ..read more
‘Your program License doesn’t permit support maximum N non-demonstration companies’ Business Central
Ali Raza Zaidi
5M ago
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 ..read more
Ali Raza Zaidi
5M ago
Ali Raza Zaidi
5M ago
Ali Raza Zaidi
5M ago
Ali Raza Zaidi
5M ago
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(_BEBranch ..read more