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

Modifying tab order

September 30th, 2010|Categories: Dynamics AX 4.x|

In AX to change tab order normally you change the order of the controls in the form.  You can set the "Skip" property on a control to Yes and when the user tabs it will skip that control.  Certain forms [...]

Deleting all transactions in a company

September 7th, 2010|Categories: Dynamics AX 4.x|

Sometimes when creating a new playground for testing you need to delete all transactions in a company.  There is a nice utility included in AX for this purpose.  The SysDatabaseTransDelete class will delete all tables by checking the TableGroup property [...]

Reports being used

September 3rd, 2010|Categories: Dynamics AX 4.x|

I was asked recently which reports were being run by users so that some of the menus could be simplified.  This SQL will list users and the AX report name for every report that has been run by anyone.  It [...]

Offset voucher does not exist in account ____.

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

When posting a ledger journal you may receive:Whenever open accounts payable or receivable transactions are selected a corresponding record in SpecTrans is created, which just holds the ledger journal line record ID and the open transaction record ID.Open the ledger journalSelect the ledger [...]

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