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 (1)
D365 F&O Error Message: Unable to read beyond the end of the stream.

To fix following issue you can simply build the model you are working on. exceptionMessage An error occurred when running report TestReport.Report. Message: Unable to read beyond the end of the stream. exceptionType System.IO.EndOfStreamException...

Muhammad Afsar Khan 2,676
Like (0)
X++ and debugger features in Microsoft Dynamics AX 7

Some useful information for developer about change made in AX7 w.r.t X++ https://ax.help.dynamics.com/en/wiki/using-new-x-and-debugger-features-in-ax7 Happy DAXing !!!!  

Muhammad Afsar Khan 2,676
Like (0)
My blog is on Dynamics AX Community

I am glad to announce that my AX7 blog is now on Dynamics AX community https://community.dynamics.com/ax/b/dynamicsax7knowledge Happy DAXing !!!!!!!!!  

Muhammad Afsar Khan 2,676
Like (0)
Welcome to Microsoft Dynamics AX7 Knowledge sharing

This blog is about daily challenges we normally facing in Dynamics AX7 development and newly arrival framework, changes and modifications. You can find my older posts about AX 2012 and AX 2009 by accessing http://mafsarkhan.blogspot.com Happy DAXi...

Muhammad Afsar Khan 2,676
Like (0)
Dimension lookup in AX7

Recently I got a chance to work on AX7 development and design an SSRS report to provide specific default dimension as a parameter and display its details in report. Microsoft made few changes in dimension framework and depreciated some objects wit...

Muhammad Afsar Khan 2,676
Like (1)
AX7 Table browser error: You are not authorized to login with your current credent...

Sometimes when you are trying to open AX7 table browser and getting following error: “You are not authorized to login with your current credentials.”, simple hack of this issue is to access your desired table using following link: htt...

Muhammad Afsar Khan 2,676
Like (0)
AX7 How to sync table and data dictionary

If you create new Table or other entity and/or modify existing entity then you can sync it by Right click on your project and select Properties window to set “Synchronize Database on build” to “True”. You can set other prop...

Muhammad Afsar Khan 2,676
Like (0)
How to write an x++ job in AX7

AX7 depreciated Jobs node from AOT and now you can write your class and add static main() method OR create new “Runable class (job)” in VS and set Startup object to your new class. Happy DAXing !!!!

Muhammad Afsar Khan 2,676