Advertisement

Tip Jar:

One-Time Donation

Recurring Monthly $2 Donation Appreciated

The tip jar is to help contribute to keeping this site going. If you like what you see... feel free to help out!

Deploying AX with other directory servers than Active Directory

Go directly to Source
As you may very well know AX can’t be deployed with other directory servers than Active Directory (AD). But a product like Microsoft Identity Integration Server (MIIS) allows you to integrate between AD and other directory servers. This will allow you…(read more)

SysImport without confirmation dialog

Go directly to Source
If you run a something like the following, you’ll be met with a confirmation dialog for existing elements. private void importAOT(str fileName) { SysImportElements sysImport = new SysImportElements(); sysImport.newFile(fileName); sysImport.parmImportAot(true);…(read more)

How to disable a configuration key from X++

Go directly to Source
Please be aware that by running this code, you’ll loose data in any table associated with the configuration key. ConfigurationKeySet configurationKeySet = new ConfigurationKeySet(); ; configurationKeySet.loadSystemSetup(); configurationKeySet.enabled(configurationKeyNum(MyConfigKey));…(read more)
Make sure to visit the author of this post!

SysImport without confirmation dialog

Go directly to Source
If you run a something like the following, you’ll be met with a confirmation dialog for existing elements. private void importAOT(str fileName) { SysImportElements sysImport = new SysImportElements(); sysImport.newFile(fileName); sysImport.parmImportAot(true);…(read more)

Create file directory on the AOS fileserver from code

Go directly to Source
WinAPIServer does not have createDirectory method, so best option is to use ClrInterop. static void createFileDirectory(Args _args) { FilePath path; new InterOpPermission(InteropKind::ClrInterop).assert(); System.IO.Directory::CreateDirectory(path); CodeAccessPermission::revertAssert();…(read more)
Make sure to visit the author of this post!

Remove HTML tags from a string

Go directly to Source
Just stumbled on this little, but usefull, method. Web::stripHTML(…) removes HTML tags from a string and returns the actual text of the HTML string. The HTML must be fairly simple though. This posting is provided “AS IS” with no warranties, and confers…(read more)

What is MST?

Go directly to Source
I have been with Microsoft for a little more than four years now and twice my team has been involved in an investigation to figure out what MST, as in AmountMST, is short for. Now by writing this blog post I hope to save us from a potential third investigation….(read more)
Make sure to visit the author of this post!

New Blog from the EP Team

Go directly to Source

The EP Team has created a blog. Welcome team to the wonderful world of blogs.We have made tons of enhancements and a really cool ASP.net AJAX based EP framework in Microsoft Dynamics AX 2009 and we need more than one blog to talk about EP. This blog http://blogs.msdn.com/epblog is straight from the heart to the masses.  All the dev/test/pm team members are going to contribute to this blog. We are also in the process of creating and releasing number of EP quick start guides, screencasts etc. So get ready to be drenched from information firehose.


Make sure to visit the author of this post!

Tech Ed 2008

Go directly to Source


 


TechEd North America 2008 Developers is starting next week ( June 3-8 , 2008) at Orlando, Florida. This is going to be a very exciting event for Microsoft Dynamics AX as the first major event immediately after the release of Microsoft Dynamics Ax 2009.


I am presenting EP and Role Centers at a breakout session. Attend this deep-dive discussion on the portal strategy and Role Centers for Microsoft Dynamics AX to learn about the enhancements made to Microsoft Dynamics AX Enterprise Portal, the cool new user experience, powerful ASP.NET/AJAX/VS.NET development tools, seamless setup and deployment options, out-of-the-box Role Centers, customization and adaptability. See how to build and customize enterprise portal pages and Role Centers to add new functionality and help meet customers’ needs.












Dev Conference DYN208 Microsoft Dynamics AX Enterprise Portal and Role Centers
Session Day/Time: 6/3/2008 4:45PM-6:00PM
Room: S310 E (DEV)
Dev Conference DYN13-TLC Microsoft Dynamics AX Enterprise Portal and Role Centers
Session Day/Time: 6/4/2008 8:30AM-9:45AM
Room: Yellow Theater 2


Make sure to visit the author of this post!

Access SharePoint Document Library through UNC Path

Go directly to Source
I usually don’t just link to other blogs from this blog, but this tip is very helpful and I seem to return to it again and again for reference. So here is the link: http://blogs.msdn.com/solutions/archive/2006/07/19/671873.aspx This posting is provided…(read more)
Make sure to visit the author of this post!

« Previous PageNext Page »

MCP Logos