Helped a junior, build a small SSRS expression, who build hyperlink to Course page on SSRS. You can modify it with respect your need. =Microsoft.Dynamics.Framework.Reports.BuiltInMethods.GenerateDrillThroughLink( Parameters!AX_ReportContext.Value, Parameters!AX_UserContext.Value, "HRMCourseTable", "Display", "HRMCourseTable", "hrmCourseId", … [Read more...] about Drill through SSRS – Dynamics 365 for Finance and Operations
Tips and tricks
Where to download D365 for finance and Operations VM
Hi all, connect link is now part of past. VHD link on collaboration site did not work. You can down it from lcs. For this you have subscription on LCS.Dynamics.com for D365 for Finance and operations. After successful, login you will find Shared Asset in boxes section. At the time of writing this small tip, Dynamics 365 for Finance … [Read more...] about Where to download D365 for finance and Operations VM
Workflow Assigned User to Employee Personal Id Dynamics Ax 2012
Small tip but interesting. HcmWorker::findByPerson(DirPersonUser::find(workflowWorkItemTable.UserId).PersonParty).PersonnelNumber); :) … [Read more...] about Workflow Assigned User to Employee Personal Id Dynamics Ax 2012
Parameter _reportName cannot be null or empty. Dynamics Ax 2012 R3
Hi, All, After Incremental CIL, errors started to appear on controller classes. These are all those classes where report Name is mentioned in code. Error message in compilation as below. Parameter _reportName cannot be null or empty. When we compiled respected class, This error move to next controller class. After compiling number of classes. Finally We decided to compile … [Read more...] about Parameter _reportName cannot be null or empty. Dynamics Ax 2012 R3
Notes about Labels D365 for Finance and operations.
Suppose we are doing customization or new development from scratch. We need labels for our control, forms, fields for display caption or titles. So first step is to create it by adding new item in Visual studio. Name it as required, Select language. I select the English … [Read more...] about Notes about Labels D365 for Finance and operations.
Operation could not completed parameter is incorrect D365 for finance and operations.
Aahaaaa, just started development, one table, some edts and a form, as I tried to compile , I found the Error " Operation could not completed parameter is incorrect". Interestingly, the old trick, run visual studio as administrator still works here. So I saved the project and run the Visual studio by right click on visual studio Icon and select the run at … [Read more...] about Operation could not completed parameter is incorrect D365 for finance and operations.
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 … [Read more...] about Customer / Vendor ledger Dimension D365 for finance and operations X++
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 beyond unit testing, We need extensive scenario based testing. … [Read more...] about Item Group is not specified Dynamics Ax 2012
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 … [Read more...] about Microsoft Connect portal retired, you have to follow other link
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. … [Read more...] about How to extend trial period on D365 Finance and operation Dev box vm.