Archive
December, 2009
Browsing all articles from December, 2009
0

Microsoft Office Project 2010

I had the experience of trying the new Microsoft Office Project 2010.

The first look ever once you open it you would notice the beauty of the new interface that looks so much like Microsoft Office 2007 applications. If you drilled down more and more you would be definitely noticing the east of interacting with the system and how much fast it is to go through the different functions and diagrams of the project.

The key investment areas are targeted at letting you choose the right tools that can evolve with you:

  • Enhance user experience and appeal
    • Fluent user interface
    • User controlled scheduling
    • Powerful new views
    • Web-based project editing
  • Improve execution with effective collaboration
    • Integration with SharePoint Server 2010
    • Richer workgroup collaboration
    • Enhanced time/status tracking
  • Unify project and portfolio management
    • Common user experience through full PPM lifecycle
    • Improved demand management
    • Better reporting and BI
  • Simplify deployment and extend interoperability
    • Microsoft Exchange integration
    • 64-bit compatibility of client and server
    • No ActiveX dependency

I just liked to share with you my little experience in this, here are some photos of Microsoft Office Project 2010:

MS Office Project 2010

MS Office Project 2010

Styles of MS Office Project 2010

Styles of MS Office Project 2010

File Menu

File Menu

Very interesting time planner

2

GDC ’09 at AlArabiya TV

A report that has been recorded by AlArabiy TV (an Arabic TV news channel, http://www.alarabiya.net) will be aired in the following times today 30 Dec, 2009 and tomorrow 31 Dec, 2009:

KSA GMT Program
16:00 13:00 News / الأخبار
17:00 14:00 News/ الأخبار
18:00 15:00 News / الأخبار
20:00 17:00 News / الأخبار
21:00 18:00 News / الأخبار
01:00 22:00 News / الأخبار
02:00 23:00 News / الأخبار

I will be recording the report and display it in here. Have fun.

0

Microsoft Dynamics Sure Step version 3.0.11, which has been called “Sure Step 2010”, is now available on the PartnerSoruce. You could download it from PartnerSource (login required) by clicking here.

Micorosoft Dynamics Sure Step 2010

To learn more about Microsoft Sure Step 2010, Microsoft is conducting web seminars starting from January 2010. These are the subjects of Sure Step 2010 Web Seminars:

  • Microsoft Dynamics Sure Step 2010 – Step on Now!
  • Selling with Microsoft Dynamics Sure Step
  • Driving Adoption of Microsoft Dynamics Sure Step Within Your Organization
  • Agile Project Types in Microsoft Dynamics Sure Step
  • Standard Project Types with Microsoft Dynamics Sure Step
  • Selling and Implementing in the Process Industry with Microsoft Dynamics Sure Step
  • Rapid Implementations with Microsoft Dynamics Sure Step
  • Delivering Microsoft Dynamics Upgrades with Sure Step

To have full information about those seminars and their times, click here (needs PartnerSource login).

0

To share the Saudi Dynamics AX community group news between the community, Ammar Abuthuraya – Developer & Platform Solutions Maanger at Microsoft Arabia has created a new group on facebook and called it: Microsoft Dynamics AX Brains.

Through this group we will publishing technical discussion, new downloads and releases, and most importantly: Dynamics AX Community events and news.

Feel free to join us at: Microsoft Dynamics AX Facebook group.

7

Hijri date in Dynamics AX

In Microsoft Dynamics AX 2009, Hirji calendar (the Islamic calendar) is not yet supported although Hirji date is there in the background of Dynamics AX 2009!

To enable the Hirji Calendar, you should modify some X++ code in the User Options form. To do so, go to: SysUserSetup –> Methods –> run and change the following blue code into the red:

Enabeling Hijri Calendar in User Options form in X++

Enabeling Hijri Calendar in User Options form in X++

  

  By doing this, you will have a drop down list in the User Options shown in the General tab like the following:

Hijri date in User Options form

With this options, you could clearly understand that Microsoft is putting something to enable the Hijri calendar. I have done some testing over this options. It looks that they’re using a middleware to convert the “actual” Gregorian date that is in the database so the user see the data in Hijri format. Unfortunately, I couldn’t complete the testing with successful results… it started to get me weird results. That’s why Microsoft is not yet supporting it.

  

Till Microsoft supports it, you could use a very easy to use function in the SQL server: convert(datetime,’12-22-2009′,102), 131)  

  

To solve the Hirji date problem, you could create a class with two methods:  

 

  1. One that takes a “date”  and returns a Hirji date after calling this SQL method: select convert(varchar,convert(datetime,’12-22-2009′,102), 131)  –try to run this in SQL Server to see the result. 
  2. Other that takes a Hijri date in an str format, and returns a date by executing this SQL code:  select convert(datetime,’22-01-1417′, 131) –try to run this in SQL Server to see the result

 By this, you could have the ability to show the user a StringEdit control that uses edit moeth to write a Hirji date and you save the result of conversion in the normal Gregorian date, like this:

Edit method to show Hirji date from Gregorian date

This is the result:

Hiji StringEdit control and DateEdit control

Hiji StringEdit control and DateEdit control

 

2

Number to Text in ARABIC

In my last session in GDC ’09, Integrating Dynamics AX with External Systems, I have demonstrated how you easily could reference you managed code assembly inside Microsoft Dynamics AX 2009 and use it in X++ through CLR Interoperability functionality.

And to demonstrate CLR Interoperability, one of the examples was creating a managed code a dll library in Visual Studio .NET 2008. The library I created contained a function that converts numbers (come through parameters) to Arabic text. It looks that this small function attracted some of the attendees, they requested it from me by the end of the session.

And here it is available to be downloaded. I have put it in a dll project that you could immediately use.

4

Cool session. It was all about showing muscles of Dynamics AX of how this enterprise software could manage the integration with external systems.

It was all about AIF, .NET business connector and CLR Interoperability.

For each of them I gave a simple application, like the following:

·         For AIF, I created a service using the Document Service Wizard. Then we extending it by adding a new operation. Then we published it on the local IIS. After this we were able to create a very simple console application to get data from Dynamics AX through the created web service.

·         For .NET Business connector, I created I windows application from Visual Studio .NET to call using the .NET business connector a static method that is written in X++.

·         For the CLR Interoperability, we called System.IO .NET library from within the X++. And then we a simple library in Visual Studio .NET, referenced it in Dynamics AX and then called it from within an AOT Job and X++.

Download the presentation from here.

0

Although I was putting a great expectations on the result of this session, this session was hardest. All because of the Workflow!

The recommendation from Microsoft before the DGS was to not the exceed of level 100 of technicality. Although I did not exceed this level, talking about workflow to people who saw Dynamics AX for two or three times in their lives is exactly like if I’m talking in Turkish J!!!

What then happened is when I tried configure the workflow template generated in the session using Workflow for Dummies.. the configuration just crashed. What a luck!

Fortunately I continued with a hotter topic that is how to use Dynamics AX web controls and ASP.NET controls to interact with Dynamics AX on the Enterprise Portal.

After that I closed the session by creating a report in SQL Server Reporting Services and the saving it in the Report Library of Dynamics AX AOT.

You could download the power point presentations from here.

0

In the morning of Sunday 14th of December, 2009 the first session  of Microsoft Dynamics AX was started with more than 40 attendees. The session title was: Introduction to Microsoft Dynamics AX Architecture and Development Environment.

I started by introducing Dynamics AX functionally and technically. I then turned to show the basic and components architecture diagrams. After this I spent lots of time describing the different tools of MorphX. Finally I started the Microsoft Dynamics AX 2009 desktop client. From there I have shown quickly the AOT, forms, methods, X++… etc.

Download the presentation files down from here.

2

Dynamics AX 6.0 – X++ Editor

I have read a very interesting article talking about the new editor of X++ that will be shipped as part of the new version of Dynamics AX, 6.0.

The new editor looks more “fashionable” than the current one. You could specify font styles, colors, sizes… etc. Also types of words that you write in the editor are now more colorful. Integers, operators, and others are now recognized in different colors.

Mainly, these are the features of the new Dynamics AX editor:

  • Support for multiple fonts and styles (comments are in a different font in italic)
  • Differentiated coloring of strings and numbers
  • Operators coloring
  • Change tacking margin

Here are some pics for it

 

 

0

Dynamics AX Community @ Saudi Arabia :D

Microsoft is planning to establish a new technical group concerning Microsoft Dynamics AX and attracting the Microsoft Dynamics AX/Axapta developers, application consultants, technology consultants, architects, support engineers, consultant team leads, and even project managers’ in Saudi Arabia.

The community will be announced during the sessions of Gulf Develoeprs Conference ’09 (with in the current three days).

 

We are interested in your feedback about the communityDownload from here a feedback form and kindly send it back to me  to: amer@amerax.net.

 

Dynamics AX 2012 Event

Recent Posts

Tags

Archives

Random Testimonial

  • ~ Shibu Purushothaman, Sr. Programmer at WorleyParsons

    0bd63bf"Working with Amer was a pleasure. He is a true professional with in depth knowledge of Dynamics AX, .Net and other Microsoft Technologies. His professional approach to design, implementation and training made our migration to Axapta easy, and with very little down time. Another quality that I think deserves a special mention is that working with him is a pleasure, not even once did we feel uncomfortable with Axapta even though we were from a .net platform. He took time to attend to our doubts, and made the transition from .net to Axapta a very smooth ride. I highly recommend Amer and cant wait to work with him again."

  • Read more testimonials »