web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
10.0.44 Update on Tier 1 DevBox

Recently I'm working on upgrading Tier 1 Dev box to 10.0.44. Multiple VMs (cloud hosted) are stuck in Step 27 related to DevTool installation. Previously I had incidents where the issue was due to D365 VS2022 extension not installed but I'm sure...

dolee 11,279
Like (0)
Visual studio 2019 - Change default model

Change the default model for VS2019 under [user documents]/Visual Studio Dynamics 365/. Edit the "DefaultModelForNewProjects" entry in DynamicsDevConfig.xml. This posting is provided "AS IS" with no warranties, and confers ...

dolee 11,279
Like (0)
Excel Add-in would not login

A user reports that when using the "Open in Excel" option, the D365 Finance Excel add-in would not sign in properly. She was using this feature often and everything was working. But now when she clicks "Sign in", it seems to ru...

dolee 11,279
Like (0)
Taking JSON input with D365 service and deserialize into contract objects

Recently I wanted to create a custom serivce in D365 taking in a JSON input. I did my usual google search but ended up needing additional trial and error to complete the use case. Here I'll share the solution I have.. Firstly, create a contrac...

dolee 11,279
Like (1)
SysOperationFramework - hide the batch tab

Got a requirement to hide the batch tab in a print report dialog. Took me longer to figure it out. Anyway, in the end all I had to do was to call the showBatchTab method. // Hide the batch tabcontroller.showBatchTab(false); This posting is provi...

dolee 11,279
Like (0)
Database Entity Relationship Diagrams for AX2012 R2 is out.

You can find it hereThis posting is provided "AS IS" with no warranties, and confers no rights.

dolee 11,279
Like (0)
A Power shell script for updating admin user SID and other details

Often I will load up the AX demo database under a different domain. I have write the following PowerShell script to help modify the admin user SID, login info, etc in AX. It uses Invoke-Sqlcmd SQL Server cmdlet to update the USERINFO table. ...

dolee 11,279
Like (0)
Dynamics AX 2012 R2 CU7 Installation error

EDIT: This seems to be an odd issue. I tested again with demo DB (CU6) from partner source and there was no issue at all installing CU7 over it.I'd also like to point to some very nice posts regarding CU7:Joris de Gruyter: What you need to kno...

dolee 11,279