Blog2019-02-02T00:55:38-06:00

Writing Quick Jobs/Exports

July 6th, 2010|Categories: Dynamics AX 4.x|

After getting many requests for lists, reports, exports I wrote a quick add-in script to give me a template for jobs.  With a little code you can add another template to the IDE which will allow you to easily write [...]

Security Rights

July 6th, 2010|Categories: Dynamics AX 4.x|

We all know that AX never came with enough Security reports.  Security is complex in AX, if someone asks a functional question, "Who has access to view fixed assets?" I've found it is not as simple as looking...instead you find [...]

List AOT Objects

July 6th, 2010|Categories: Dynamics AX 4.x|

There is a very easy way to get a list of AOT objects using Microsoft Dynamics AX 4.0 without having to write a job iterating over project nodes.Tools > Development tools > Application objects > Application objectsThis form has a [...]

Copying AX Environments

July 6th, 2010|Categories: Dynamics AX 4.x|

After making so many environment copies I like to think I have it down to a science. I have a program which runs SQL scripts from a directory. Here are a few things that I do:Disable all usersClear the user [...]

Go to Top