Category: Dynamics AX 2012
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#.
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...