Posts Tagged ‘dynamics ax’

Microsoft Dynamics AX 2009 Snap In Launches at Convergence

Thursday, March 5th, 2009

Vendors Journal Snap In at Microsoft Convergence

Microsoft Convergence is rapidly approaching, taking place next week in New Orleans. For Microsoft Dynamics AX 2009 users – this is great news!

The Vendors Journal Snap In for Dynamics AX 2009 is launching next week in Booth #840. This FREE Snap In enables offline visibility into vendor attribute information within the Dynamics AX 2009 system by capturing that information in a Microsoft Office InfoPath 2007 form. This gives employees the ability to capture all the information needed about a particular vendor, take that information with them, view it and update it, all while remaining offline from the Microsoft Dynamics AX 2009 system. Users can then update the system when back on the network.

Be sure to stop by the booth to be the first to see the Snap In in action. Make sure you ask a Merit Solutions Representative for your download card. Booth attendees will be given exclusive access to the Vendors Journal before general availability on April 1.

If you cannot attend Microsoft Convergence, but are interested in downloading your FREE copy before general availability, request your free Snap In download online. Valid requests will be sent further information on download options.

Dynamics AX 2009 Vendors Journal Snap In

Tuesday, February 24th, 2009

Merit Solutions is proud to announce the development of the Vendors Journal Snap-In for Microsoft Dynamics AX 2009. A leading Microsoft Gold Certified IT consultancy and software development firm specializing in Microsoft Dynamics, Merit Solutions will launch the Dynamics AX 2009 Vendors Journal at Microsoft Convergence 2009 Booth #840.

Today’s business environment requires more on-site visits and time spent out of the office in meetings, and, therefore, off of the network. To optimize the time spent at these meetings, it is essential for your employees to know as much as possible about the history of the relationship and the status of all on-going transactions. Additionally, any commitments made during the meeting need to be accurately recorded for future reference.

The Vendors Journal Snap-In allows an employee to quickly view and capture a complete view of your organization’s relationship with a vendor from data within the Microsoft Dynamics AX 2009 system. This data is available to be taken to a meeting in order to view, add to or edit that data all while off of the network. Once back on the company network, the employee can easily update the changes into Microsoft Dynamics AX 2009. The ability to work offline provides your employees many benefits:

  • Increase the productivity of meetings, providing access to important information when needed.
  • Increase the accuracy of your records by updating them while offline.
  • Minimize duplication of effort and possible errors in data entry by uploading changes when online.

The Vendors Journal Snap-In functions by capturing the vendor information in a Microsoft Office InfoPath® 2007 form that pulls the data from Microsoft Dynamics AX 2009. This gives you the ability to capture critical data from the Microsoft Dynamics AX 2009 system and then refer to it from within the Office environment whenever offline. Make edits to the profile, and easily update all changes once back in the office.

Stop by Convergence Booth #840 to be one of the first to see the Vendors Journal in action. Be sure to ask our representatives how you can get a copy of the Vendors Journal FREE.

Contact Merit Solutions to request a meeting at Convergence.

About Merit Solutions

Founded in 1999, Merit Solutions, Inc. is a Microsoft Gold Certified Partner and a leading provider of Microsoft Dynamics and custom application solutions. Based in the western Chicago suburb of Wheaton, IL, Merit Solutions is a Certified Microsoft Solution Developer, offering Microsoft Dynamics AX Development services to companies in need of customized software.

http://www.meritsolutions.com/axsnap/

Layers in Dynamics AX 2009

Tuesday, February 24th, 2009

Layers are a hierarchy of levels in the application source code that enable you to make modifications and additions without interfering with the application objects in the next lower level. When you make an object modification on one level, the modification overshadows the object on a lower level. You could, for example, decide to add e-mail information to a standard form. The addition would be saved on your level only. The revised form replaces the standard form. However, you can always return to the original form at the next lower level by removing the new form.

Three customer groups have an interest in adding and modifying application objects:

  • Application developers who create the standard application.
  • Business partners.
  • End users of Microsoft Dynamics AX.

Here are descriptions of the application object layers in Microsoft Dynamics AX:

USR – User – Individual companies or companies within an enterprise can use this layer to make customizations unique to customer installations.

CUS – Customer – Companies and business partners can modify their installations and add the generic company-specific modifications to this layer.

VAR – Value-Added Reseller - Business partners use this layer, which has no business restrictions, to add any development done for their customers.

BUS – Business solution - Business partners develop and distribute vertical and horizontal solutions to other partners and customers.

SL1-SL3 – Certified solutions – Partners certified under the Microsoft Dynamics Industry Solution (MDIS) program distribute their solutions in the SL layers.

HFX – Hotfix – The Dynamics AX team delivers critical hotfixes using the HFX layer.

GLS – Global solution – The Dynamics AX Global Development and Localization team provides a set of GLS layers that contain country-specific functionality for regions in which Dynamics AX is released.

SYS – System – This is the lowest model element layer and the location of the standard Dynamics AX application. Only Microsoft has access to the element definitions at this layer.

Objects defined at higher levels of the stack override objects defined at lower levels of the stack. That means USR Layer Object will cast a shadow on the same object in, for example, the VAR Layer. Objects are stored in a separate file (*.aod) on each layer whenever they are saved from the MorphX development environment client. Element definitions are read from these files and dynamically composed by the Dynamics AX runtime. Object instances are created on either the server or the client based on the model element definition.

Task Recorder in Testing Dynamics AX 2009

Tuesday, February 24th, 2009

Generally speaking, ensuring that an ERP application works after it is deployed at a customer site is a very challenging endeavor. The base application, which is both broad and deep, has a multitude of modules, features and hardware configurations. ISVs extend or modify the base application to provide functionality for specific market needs and verticals. As a final point, implementation partners or customers do point customizations to address specific customer needs. This combination of base application, one to more ISV add-ons and point customizations that operate in a unique hardware and software configuration, is what businesses depend on for mission critical financial data and company operations.

There hasn’t been an easy way to provide QAs with means of testing. A limited amount of guidance or number of tools have been available. Although there are some announcements as this need has been recognized by the Visual Studio Team System group – in particular, that test case management and support for the manual tester will be available in ‘Rosario’ release of the product – right now there is a tool available directly in the product for Microsoft Dynamics AX 2009 – the Task Recorder.

Task Recorder is a tool that can log and create documentation and workflows of user activities in the application. The tool can output this transcript of activity in several Microsoft Office system formats. Task Recorder can be used as a powerful tool to help manual testing. Since it records screenshots and user actions into Word, a QA person that creates a test script could easily enhance the document with expected results and other notes to fully document the script.