web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Development III training, Day 2

I am back with my notes from development III training. Today was ‘interesting’ since the trainer would tell us things that are not true with the hope that it will encourage us to test and figure things out for ourselves. I guess it’s a good strate...

Tina Vyf
Like (0)
X++ “Cross reference” for extended data types

I wrote a job to check which fields uses a specific enum. This week I needed something similar for an extended data type and I modified it to work with EDTs instead. The cross reference on the environment I am currently working on is not up to dat...

Tina Vyf
Like (0)
Second year software developer anniversary

I’ve officially been a Microsoft Dynamics Ax developer for 2 years! All and all it’s been a good development year. I’ve had the opportunity to go to two clients on-site, I attended the Development 3 training and a workshop at Microsoft. With the ...

Tina Vyf
Like (0)
Number sequence error when starting the Upgrade checklist

Last week we solved a rather annoying issue that popped up in a clean ready-for-upgrade installation. After following the steps in the “AOD code upgrade checklist”, we suddenly saw the error ‘The number sequence for party records...

Tina Vyf
Like (0)
List of table fields and types in CSV file

I wrote a job today to create a list of fields in a table and each field’s data type. You specify a table name in the variables, and it he job exports a list of non-system fields in the format: “Displayed name” (label), “Te...

Tina Vyf
Like (0)
X++: Create a list of child classes or find extended methods

Jet another small X++ job: This job shows a list of child classes per parent class. If you want so see the parent-child relationship in AX2012, the best way is to Right click on the class > Add-ons > Type hierarchy browser. The Type hierarc...

Tina Vyf
Like (0)
Useful commands for AX 7

Today marks my first day offical day as AX 7 (Dynamics 365 for Operations) developer. To celebrate I though I would post two commands that have come in useful so far: Internet Information Services (IIS) iisreset /stop iisreset /start iisreset /re...

Tina Vyf
Like (0)
Dynamics and Visual Studio error: “The breakpoint will not currently be hit.”

If you see the following error while adding a breakpoint to X++ code in Visual Studio: The breakpoint will not currently be hit. No symbols have been loaded for this document. And your breakpoint is empty with a small exclamation mark next to it: ...

Tina Vyf