Reset a NumberSequence in AX2012
Today I want to show you a quick and dirty way, to reset a given NumberSequence in AX2012 per X++ code.
Today I want to show you a quick and dirty way, to reset a given NumberSequence in AX2012 per X++ code.
When writing Shellscripts on a Windows machine and then trying to use the scripts on Mac, I stumbled over the error below: -bash: ./script.sh: /bin/bash^M: bad interpreter: No such file or directory The problem here are the different line endings. Windows will mark the line ending with different control characters, maybe you saw them before, while adding a new...
While migrating a WordPress site from Apache to Nginx on AWS, I started setting up the equivalent environment in Azure and thought it would be nice to write the steps down. First I want to start with the basic setup. Overview: Install and Setup Nginx on Azure with a Ubuntu VM PHP with Configuration MySQL Setup WordPress Configure Nginx and WordPress Please...
To test the “new” WHS Mobile Device Portal in AX 2012 R3, one can use the WHSWorkExecute form (a nifty WMDP emulator). But while creating a new form inside the WMDP, I managed it to get stuck in a blank form, with no way out. On top it seems like the actual session is saved in the WHSWorkUserSession table and even after logoff / logon...
A small “how to” about the conversion between a byte64 String and an UTF-8 String in AX2012 and (because very similar) in C#.
In late August and the beginning of September I prepared for the 70-488 Developing Microsoft Sharepoint Server 2013 Core Solutions. At work we used SharePoint, but I was not involved in any development, so when I started to prepare I had nearly no idea where to begin and now I would like to share with you what I did to...
Today I struggled with a custom lookup on a dialog in Microsoft Dynamics AX 2012. To prevent this from happening to me again, and maybe to help you out too, I will share the solution with you here. The following code will utilize a class which extends the AX2012 RunBase class, with a simple dialog and a custom lookup on...
Last Saturday my Microsoft Band 2 was finally delievered to me, I preordered it at Amazon.co.uk on the time it was presented in NY. Till today I do not see a way to get in Austria on another way, very unfortunate – it’s a really nice piece of tech. Normally one would think the first think to do with...
At some point of writing code and installing a various number of packages per npm, I was curious about how to find all the licenses used . So I searched for an easy way to get a list of all my installed packages, along with the licenses used. Node License Finder After a short research I found a...