I’ve just shown you some examples for event handlers. Now I want to outline a way to find examples yourself. You surely could use the Metadata Search feature in Visual Studio but usually I prefer to do it in the folders that contain the xml files directly.
Access Stuff In The New Event Subscriptions
Often when creating a new event subscription (some time ago I wrote about Events and Subscriptions in the new Dynamics AX) I need to look up how I can access stuff from the given parameters. So here are some random examples listed, without making claims of being complete.
Project Export And Import
Today I want to show how you can export and import projects. It’s very easy and similar to what can be done in AX 2012.
Class Browser For Navigation To URL
With the new Dynamics AX there are new APIs that are needed because of the technological changes. If you want to navigate the user’s browser to a different URL programmatically (and not by providing a link they can click) this can be done very easily by using the new class Browser.
Create Extension Package / Model
There is a good explanation about how you can create a new model in a new package in the Wiki already. I want to talk about this a little anyway because I think I can add some useful information concerning package references and especially source control.
Quick And Successful Wiki Search
After a short break I’m back (I was on vacation all March and try to reintegrate myself to daily life since then 😉 ) – first of all with a small post concerning the Wiki. It is tremendously helpful but there are teething troubles with the integrated search functionality.
URL Parameters And Values
The new Microsoft Dynamics AX runs in the browser and parts of the navigation through the UI are done via URL parameters. Since I wasn’t able to find a list of them in the official documentation (like the Help Wiki here’s a collection from my knowing.