IT & Finance

Last post 04-25-2007 3:12 PM by craigde. 6 replies.
Page 1 of 1 (7 items)
Sort Posts: Previous Next
  • 03-14-2007 6:21 AM

    IT & Finance

    Hi,

    It would be great to see part of the site that links Finance and Business in with IT, and how the two work together.  Also some strategic stuff would be good and maybe links to professional bodies?

    Michael

  • 03-14-2007 8:53 AM In reply to

    • Torch
    • Not Ranked
    • Joined on 03-14-2007
    • Posts 1

    Re: IT & Finance

    I agree that the two should be linked together for the possible answers and resources.
  • 04-05-2007 3:22 PM In reply to

    Re: IT & Finance

    Yes. I'm getting tired of being stereotyped into a "techie" instead of a business professional. We recommend technologies to increase your bottom line instead of recommending technologies because it's new or it looks cool.

  • 04-09-2007 11:17 AM In reply to

    Re: IT & Finance

    Hello,  I am new to this site and just thought I would post a question to see how all this works.  

    In general what is the Global class for in Microsoft Dynamics AX  used for , and if we add a static method to this class do we need to recompile the entire application?

    Thanks for any replies IT folks!

     

     

  • 04-18-2007 4:07 AM In reply to

    Re: IT & Finance

    Hi,

    You don't need to compile the whole application after adding a method to the Global class.

    Regards,

    Harish
     

    View Harish Mohanbabu's profile on LinkedIn
  • 04-25-2007 11:24 AM In reply to

    Re: IT & Finance

    Harish- Thank you for the reply

  • 04-25-2007 3:12 PM In reply to

    Re: IT & Finance

    To answer the 1st part of the question I dug my "Inside Microsft Dynamics AX 4.0" book off my shelf and it had the following to say on why you would use the global class.

    The compiler treats methods in the global class in a special way. It allows you to omit the reference to the class name. For example these two lines have the same meaning

    Gobal::info(...);
    info(...);

    This compiler feature helps make you X++ code more readable. If you find yourself referring to the same method from many places or repeatedly implementing the same trivial functionaility, you should consider adding new methods to the Global class.

    It is a great book you might want to invest in... You can find it here on Amazon

Page 1 of 1 (7 items)