So you need to print some files from Dynamics AX? And it also has to work in batch?Below are 2 methods that will help you do just that.
Måned: juli 2015
Microsoft Dynamics Ax
Import Label files ( ALD ) script, using SysLabelFile class
by Bo Jensen •
If you have to import many Label files in different languages into AX 2012, you can use the script below.If the label file doesn’t exists, it will be created at the current level. This operation will overwrite any existing label different from file.
Microsoft Dynamics Ax
Create Alert using X++ codes – Microsoft Dynamics AX Community
by Bo Jensen •
Sometimes Infolog message is not sufficient enough for prompting information to users. It is possible to create alert message using code as an alternative. It is fairly simple to create alert message manually by just inserting a new record in EventTable where all the alert messages are stored. Below is a code snippet for creating…
Microsoft Dynamics Ax
Setup DB Logging in X++ (Updating events) | Explore AX.com
by Bo Jensen •
Setting up AX Database logging via the user interface wizard can at times be a bit of a cumbersome and slow task, especially for tables that are not very common. The job below will simply set database logging for all fields on a specific table. Simply replace “InventSalesSetup” with the table name of your own…
