In response to Customer/ prospect request for quotation. Sale and marketing department generate Sales Quotations. This Sales quotation can be generate existing customer. Otherwise D365 OF provide functionality to register sales Quotation against Prospect. When Customer Response against Sales Quotation, We can confirm Sales Quotation convert to […]
Archives for February 2018
Customer / Vendor ledger Dimension D365 for finance and operations X++
In D365 for finance things are little bit change and much more organized. In Dynamics Ax 2012, which consider as classic AX. We get ledger dimension with DimensionStorage class ledgerDim = DimensionStorage::getDynamicAccount( ‘US-001’, LedgerJournalACType::Cust);//Account offsetLedgerDim = DimensionStorage::getDynamicAccount( ‘USMF OPER’, LedgerJournalACType::Bank);//OffsetAccount In D365 this Microsoft provide LedgerDynamicAccountHelper. Code snippet is […]
Introductory session to Dynamics 365 for finance and operation, PowerPoint slides and pictures
Yesterday I conduct a free session at Microtechx training institute. Purpose of this session to give overview of Microsoft ERP to students and fresh graduate. Session ppt and pictures are here Introduction to Microsoft ERP Dynamics 365 for finance and operation from Ali Raza Zaidi
Item Group is not specified Dynamics Ax 2012
Until and unless you have not good grip on functional side, you are unable to deliver customization. This idea constantly grow in mind and now started to grow as fear, What if the functional consultant is not available or not provide good testing. And your piece of Code breaks in Production. In ERP things goes […]
Microsoft Connect portal retired, you have to follow other link
Hi all, I was trying to download latest Dynamics 365 for finance Dev box vm, but found that Microsoft Connect portal is retired. you can found all information here. https://docs.microsoft.com/en-us/collaborate/connect-redirect I expect that lastest VM link will available here, As I found latest 7.3 update 12 link here https://aka.ms/finandops73pu12 And it leads […]
MetaData Search D365 for Finance and Operations.
I was exploring Visual Studio Menu Dynamics 365 . I found Meta Data Search sub menu. Microsoft Has very nice article on this. It is very good tool to search code reference in AOT. Suppose I search CustTable reference In AOT. The result is as follow Reference : https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/dev-tools/metadata-search-visual-studio
How to extend trial period on D365 Finance and operation Dev box vm.
Today, I login Dev box Vm and found trail period is expired. I follow following steps to extend its period. These are common step, but lets document it. So I open PowerShell run as administrator. And write following command slmgr -rearm Command is successfully executed and I got following message So restart the VM.