Dynamics 365

Search the Dynamics community

Filter blog posts

Card view List view
  • Relevance
  • Most recent
  • Most liked

Filter blog posts

LikeLike (1)
function dimensionvalidation:: syncstructurechangesprivate has been incorrectly called

You might encounter the message “function dimensionvalidation::syncstructurechangesprivate has been incorrectly called” when dealing with importing ledger journal lines. The error relates to a ledger dimension or offset ledger dimensio...

DaxNigel 2,574
LikeLike (1)
Publishing AX Reports – User or group name not recognized

You may encounter an issue with trying to release reports to your AX environment when you move databases between environments. The error you might receive, during the report release, is Publish_AXReport: The user or group name ‘xxx’ is...

DaxNigel 2,574
LikeLike (1)
Summary Update fields in AX2012

When processing sales order, or purchase order, posting you can control the summary updates. If you go into Accounts receivable->Setup->Accounts receivable parameters, then go to the tab, summary update, and press the summary update paramete...

DaxNigel 2,574
LikeLike (1)
Creating employee records based on user accounts and linking them

When setting up a new system, people tend to spend lots of time setting up the various modules and creating user account. But what is often forgotten is to create employee records and link them to the users. Below is a quick job that will create e...

DaxNigel 2,574
LikeLike (1)
Development Mistakes

There are three overlooked areas in development that contribute to poor system performance and poor user experience. Including these areas in your development toolset will help to reduce these issues in the production environment when all the use...

DaxNigel 2,574
LikeLike (0)
Create User License Batch Job

If you ever need to re-create the system standard user license batch job, this can be completed using the following lines of code, in a job. To create the Automatical Role Assignement batch job use: SysSecurityDynamicRoleAssignment::createBatchJob...

DaxNigel 2,574
LikeLike (0)
Customer lookup form not displaying

Had a recent case where a custom lookup was not working from a locally installed client, but would work when remoting into another box. All the normal testing was done, same user on each, even tried remoting into a users machine, but it was only w...

DaxNigel 2,574
LikeLike (0)
D365FO Debugging

Debugging code is an essential part of a developers life. Having tools that make this simpler is a must. I use Debug Attach Manager https://marketplace.visualstudio.com/items?itemName=ViktarKarpach.DebugAttachManager This tools enables me to q...

DaxNigel 2,574
LikeLike (0)
Manually installing a deployable package

You must go through several steps when you install a deployable package to one of your development environments. Download deployable package You need to download the deployable package to your machine instance. The asset library is typicall...

DaxNigel 2,574