- It has been mentioned before that the class hierarchy information in AX has to be refreshed manually, if it changes:
- It’s important to note that the class hierary and probably other static cache information are intentionally not refreshed when an AOS is restarted, but are instead stored in the AX business database. This includes the case where code was changed, be it directly or by the import of a model file.
- A hint on how to refresh this can even be found in a comment in standard AX code
Alle Beiträge von Annette Theißen
Tiny Trick: Stop the jumping grid
Do you hate it, too?
You’re working in a grid with many columns, you scroll to the right to find the column you want to filter. You enter the filter, hit return and the grid jumps back to the first column?
Here is why: The focus is still on the first column. After applying the filter, this column is therefore brought back into your view.
This also leads to the solution: Before filtering, click into the field of interest (maybe the column you want to filter). Now, the grid won’t jump any more to a position you don’t care about.
Tiniest Tricks for AX usability
If you work in a system for some time you learn tricks that make it easier to use that system. Usually, you don’t even realize that you use them until you watch a new user and ask „But why don’t you …“.
So I thought I’d start a collection of some of those tiny tricks I use in AX very often. I will add to the list as I go along in my projects and notice something that might help new users.
Sort Descending in Context Menu
Tiny Trick: Navigate with Tab, Down Cursor or Ctrl-PgDown
If you navigate within a form and use the tab key, you will realize that the current value in the control is preselected. You can then directly type in the value you want to enter because the old value is automatically overwritten.
In some cases, I navigate with the mouse to „my“ control, tab out of it to the next control and tab back (hold shift), just so that I don’t have to select the text with my mouse. Weiterlesen
Tiniest Trick: Calculator in number control
Tiniest Trick: Use day value in date control
Tiniest Trick: Sort Descending in Context Menu
Tech Tipp for Consultants: Speed up reports
Your users complain that performance is really bad when the first report is created in the morning?
- Ask the administrators whether the „Warmup SSRS Reports“ batch job is scheduled to run every morning (before the first user typically logs in). You can also check yourself for that batch job, if you have access to System Administration > Inquiries > Batch Jobs > Batch Jobs. Look for an entry similar to the following – it will probably be scheduled to run once a day, early in the morning. Weiterlesen
MultiSite Activation Wizard – WMS II
I’m currently working on Multi Site Activation in a WMS II environment on AX2009, with the latest KR. Looks like there are some bugs – or at least, not all „real-life“ scenarios are covered in a useful way. Let me make quick notes on them, maybe it’ll help you, too: Weiterlesen
Broken Alerts? Bad Wizard!
Your alert rules stopped working all of a sudden? Chances are you’ve modified your database log setup and thereby killed the alerts.
What? Why? But how?
(Add the end of this post, you’ll find an X++ job that will revive your alerts)
(Edit, Dec. 16, 2015: Applies to R2, R3 fix is identical to „my“ solution!)