Tuesday, March 9, 2010

How to create a new workspace from code

One of the nicer things in Ax is the possibility to start a whole new workspace from scratch, just next to the one you are working on right now.
So when you're in the middle of something in one module in Ax and get a phone call for something completely different, this gives you the option to simply start with a clean sheet, handle the phone call and then go back to where you were with your first business.

For a user, this option can be manually activated by the keyboard combination CTRL +W.

From code, you can access this by using the xInfo class. Like this:

new xInfo().createWorkspaceWindow();

No comments:

Post a Comment