Fulltext Index

How to use the Fulltext Index

fetchmode?

What will the property fetchmode on a query datasource do?

the secrets of the datatype STR

How long is a string and how much chars could it hold? And the memo Datatype?
How acts the AX kernel when a str 8000 is defined? and when using an extended datatype ?
And whats about the database? using these definitions as a table-field?
The secrets of the datatype str !! read the solution!

select vs. fieldselect vs. select fieldlist

Difference b/w SELECT AND FIELDSELECT in Dynamics AX extended….

When will Dynamics AX resolve an AX-SQL-Statement with a fieldlist in a fieldlist and when will Dynamics AX resolve an statement in a select * ?
In addition to the blog-entry “Difference b/w SELECT AND FIELDSELECT in Dynamics AX” by Santosh this entry completes this topic.

Problem in class TaxSpec

Noncritical bug found in class TaxSpec in Dynamics AX2009 SP1. The method taxExemptDescription uses a returntype of Description ( 60 char), but returned variable is of type Memo / Notes. You’ll will always get the first 60 character of the defined text. Description taxExemptDescription() { return taxExemptDescription; } change to: Notes taxExemptDescription() { return taxExemptDescription; [...]

DAX – Development Best Practice

Microsoft Dynamics AX Development Best Practices White Paper published in december 2008