Monday, 30 December 2013

microsoft dynamics axapta technical training-online-classroom

www.magnifictraining.com which is registered Microsoft axapta technical training partner has been recently established with a main motive of providing Training in ERP especially Microsoft Dynamics Axapta for an Individual & Corporate. Microsoft Dynamics Axapta (AX) is a line of integrated adaptable businessmanagement.

Trends &opportunities 
ERP industry currently is over US $ 30 billions world wide and is growing year on year. Companies all over the world have made significant investment in implementing ERP system and will continue to invest upgrading, maintaining & integrating their system with new and emerging technologies and trends.

Microsoft AX 2012 axapta technical  Online Training
Microsoft AX 2012  axapta technical  Online Training Course Content
Overview of AX 2012
Differences between AX2009 vs. 2012
Dynamics AX 2012  axapta technical  Online Training Architecture
Key development features and functionality
Data Architecture
Architecture Components
Customization Tools
Development Environments
Licensing and Configuration
Data Dictionary
MorphX
Application Object Tree (AOT)
Projects
Tables
Indexes
Relations
Data types
Base Enumerations
Maps and views
User Interfaces
Forms
Menus and menu items
Joining Data Sources
List Pages
Fact Boxes
Security
Role and task based security
Security concepts and settings
Users
Permissions

Contact us:

+91-9052666559

info@magnifictraining.com

Thursday, 21 November 2013

Microsoft Dynamics AX 2012 Finance Training-Microsoft Dynamics AX 2012 Reporting - tips how to improve performance

There are some tips we can use to improve performance of reports for Dynamics AX 2012.
  1. Use static reports. The deployment of static reports is described here:  In this way we will safe several calls to Metadata service to get labels values and correct formatting of dates and numbers.
  2. Install application hotfix KB 2879661 which fix the situation when first generation of a report after Dynamics AX client restart takes long. This happens for each user.
  3. Newest kernel. Hotfixes for performance improvement are included in new kernels that are released; sometimes there is a dramatic impact on performance.
  4. In the morning a first report generation takes a lot of time
SSRS uses session pooling. The first request that comes in from a user – a session will be created for them within the AOS services. Each user gets a session cached on the AOS services, so subsequent calls just reuse the session which matches the user who is making the request. This means that the first time this is created for the user the report will perform slower.
SSRS also uses a metadata cache the first request coming in which needs a certain piece of metadata, the metadata is read from the application code, and then cached in SSRS so it doesn’t have to read it subsequent times. There is one metadata cache for all users – once an object is cached in metadata, the services don’t go back to the code and retrieve it again, and they just read from cache, until the cache is cleared. This is also why a report may become slower the first time it is run.
The RecycleTime is used to restart the application domain which causes a refresh of the metadata.You could edit the RecycleTime (value is in Minutes) to therefore stop the cache from clearing and which then stop the extra hop to the AOS to gather the metadata.
Edit the <RecycleTime> element within:
RSReportServer.config 
Open the RsReportServer.config file.
•              If you are using SQL Server 2008, the default location of this file is: \Program Files\Microsoft SQL Server\MSRS10.[SSRSInstanceName]\Reporting Services\ReportServer.
•              If you are using SQL Server 2008 R2, the default location of this file is: \Program Files\Microsoft SQL Server\MSRS10_50.[SSRSInstanceName]\Reporting Services\ReportServer.
•              If you are using SQL Server 2012, the default location of this file is: \Program Files\Microsoft SQL Server\MSRS11.[SSRSInstanceName]\Reporting Services\ReportServer
The default value is 720 (the value is in min so it is 12 hours.
NOTE:
Problems you may see when deploying reports because of metadata caching.
A new field is added to a table in AX, the field is used on a report in VS. The report deploys to SSRS.
However when the report is called, it fails on the new field.
This is because SSRS caches metadata. The new object is not recognized as the old metadata is still cached
The other solution is when every morning the first user has to wait for report very long is to pre-warm up the specific report. We would have to choose those reports which are critical for customer and have to run fast regards the time. To pre-warm up the report we can:
  1. Run report in batch job ie. SalesInvoice report:
public void run()
    {
       SrsReportRunController controller = new SrsReportRunController();
    SrsReportDataContract contract;
    SalesInvoiceContract rdpContractClass;
    LogisticsAddressCountryRegionISOCode code = "US";
    // establish the report name
    controller.parmReportName(ssrsReportStr(SalesInvoice, Report));
    // suppress the parameter dialog
    controller.parmShowDialog(false);
    controller.parmReportContract().parmPrintSettings().printMediumType(SRSPrintMediumType::File);
    controller.parmReportContract().parmPrintSettings().fileFormat(SRSReportFileFormat::PDF);
    controller.parmReportContract().parmPrintSettings().overwriteFile(true);
    controller.parmReportContract().parmPrintSettings().fileName("c:\\TEMP\\DummyReport.pdf");
    // set the required parameter.
    contract = controller.parmReportContract();  
    rdpContractClass = contract.parmRdpContract() as SalesInvoiceContract;
    rdpContractClass.parmCountryRegionISOCode(code);
    // start the operation
    controller.runReport();
    }
* Resume preparation and Interview assistance will be provided.
For any further details please 
contact 
India +91-9052666559
         USA : +1-678-693-3475.
please mail us all queries to info@magnifictraining.com 

Microsoft Dynamics AX Financial Training | Dynamics AX Training

Microsoft Dynamics AX 2012 represents the ERP solution by excellence: agile and easy-to-use, it clearly adds value across your organization, today and tomorrow, guarantying time saving and faster returns on investment.
With more than 1,000 new features and enhancements across core enterprise resource planning (ERP) and industry capabilities, Microsoft Dynamics AX 2012 will help provide more business value faster, enable agility and insight in your organization, and helpdrive faster adoption, broader usage, and easier maintenance and upgrade through a continued emphasis on simplicity.
consultants have indeed developed a perfect functional and technical knowledge of Microsoft AX accounting and financial scope. Should you have just started your projects or already in the production mode, they will make you benefit from their successful solutions.

The training courses are adapted to your needs and could cover the software configuration but also your employees operational activities 
The wide range of training courses will bring to your teams a pratical and operational training to efficiently support the users in their daily tasks, by a better use of the standards tools offered in Microsoft Dynamics AX solution.

Sessions that cover the whole ERP financial and accounting scope, including piloting.
The entire financial and accounting scope is covered throught sessions based upon your role and your level:

Accounting ( General accounting, customer, supplier)
Cash Accounting
Consolidation
Budget Management
Management Control & Analytical allocations
Financial and Analytical Reporting.

* Resume preparation and Interview assistance will be provided.
For any further details please 

contact India +91-9052666559
         USA : +1-678-693-3475.


please mail us all queries to info@magnifictraining.com 

Thursday, 7 November 2013

microsoft dynamics ax axapta training | Magnific training

This course is intended for customers and partners that want to learn more advanced features and functions offered in Microsoft Dynamics AX 2012 Trade and Distribution feature areas. The course is targeted toward sales and purchase managers, salespeople, purchasers, and other users in organizations that are responsible for the setup and administration of trade and logistics, inventory management, and quarantine management functionality.

Prerequisites

Before attending this course, students must have:
  • General knowledge of Microsoft Windows
  • The ability to use Microsoft Dynamics AX 2012 for basic processing.
  • Completed the Supply Chain Foundation in Microsoft Dynamics AX 2012 course.
  • Knowledge of trade and logistics.
  • Knowledge of inventory management concepts.
Module 1: Overview
This module provides an overview of the content of the Distribution and Trade in Microsoft Dynamics AX 2012 course.
Lessons
  • Distribution and Trade
After completing this module, students will be able to:
  • Introduce the Distribution and Trade features in Microsoft Dynamics AX 2012
Module 2: Over/Under Delivery and Charges
This module examines how to handle differences between ordered and received or delivered quantities in Microsoft Dynamics AX 2012. Also, it discusses how to handle charges in Sales and Purchase orders that include how to allocate charges to items and how to include landed costs in an item's total cost.
Lessons
  • Introduction
  • Over/Under Delivery
  • Charges
  • Price Charges
  • Charges Codes
  • Manual Charges
  • Automatic Charges.

contact India +91-9052666559
         USA : +1-678-693-3475.


please mail us all queries to info@magnifictraining.com 

Friday, 11 October 2013

microsoft dynamics ax training in delhi | microsoft dynamics crm training

  1. Introduction to Microsoft Dynamics AX 2009
    1. Microsoft Dynamics AX 2009 Technology
    2. Financials
    3. Supply Chain Management
    4. Project Accounting
    5. Customer Relationship Management

    6.  More details : http://www.magnifictraining.com/
  2. Functionality Demonstrations
    1. Enter a Sales Quote
    2. Customize the Order with Product Builder
    3. Check the Item Availability
    4. Convert the Quotation to the Sales Order
    5. Run Master Scheduling
    6. Produce the Custom Item
    7. Purchase Needed Parts
    8. Ship the Order
    9. Send an Invoice for the Order
    10. Check the Amount Invoiced
    11. Post Payment
    12. Apply Payment
    13. Check the Account to Verify Posting
  3. Navigate User Interface
    1. Navigate Microsoft Dynamics AX 2009
    2. Configure Menus
    3. Exploring the Help System
    4. Role Center Use in Microsoft Dynamics AX 2009
    5. Lab: Explore the Application Window
    6. Lab: Configure Your Workspace
  4. Set up Users
    1. Set up Users
    2. Install User Role Center
    3. Set Password Parameters
    4. Monitor Client and Server Activity
    5. Lab: Create a User
  5. Set Up Number Sequences
    1. Create Number Sequences
    2. Set Individual Parameters
    3. View Number Sequence References
    4. View Number Sequence History
    5. Lab: Create Number Sequences
    6. Lab: Set Number Sequence Parameters
  6. Set up Company Accounts
    1. Create Domains
    2. Create Table Collections
    3. Create Company Accounts
    4. Create Virtual Company Accounts
    5. Set up Company Information
    6. Enter Company Information
    7. Import and Export Data
    8. Lab: Create a Domain
    9. Lab: Create a Table Collection
    10. Lab: Create a Company Account
    11. Lab: Create a Virtual Company Account
    12. Lab: Set up Company Information
    13. Lab: Enter Company Information for the New Company
    14. Lab: Export and Import Cost Categories
  7. Work with Tools Menu
    1. Tools Menu Overview
    2. Set User Options
    3. Lab: Create a Unit Conversion
or full course details please visit our website www.microsoftdynamicsonlinetraining.com

Duration for course is 30 days or 45 hours and special care will be taken. It is a one to 

one training with hands on experience.

* Resume preparation and Interview assistance will be provided.
For any further details please 

contact India +91-9052666559
         USA : +1-678-693-3475.


please mail us all queries to info@magnifictraining.com 

Thursday, 10 October 2013

Microsoft dynamics ERP training | Dynamics ax 2012 training

Enterprise resource planning- Microsoft dynamics-Magnific training

Microsoft Dynamics enterprise resource planning (ERP) business solution software empowers your people to be more productive and enables your systems to adapt as you grow, while delivering the insight you need to respond quickly in an ever-changing world.

Visit for more Details : 
www.microsoftdynamicsonlinetraining.com

Microsoft Dynamics ERP integrates with Microsoft operating systems, databases, and productivity applications that your customers already own, which enables you to focus on high-value consulting and integration services.

The licensing and implementation of enterprise resource planning (ERP) applications involve a solutions-based, consultative approach that is delivered by highly trained sales people, consultants, and developers. Value-added resellers (VARs), systems integrators, independent software vendors (ISVs), and hosting partners are particularly well suited to make the most of these opportunities.

 Microsoft Dynamics ERP through a Microsoft partner. Partners make up a global network of professionals who work with you to determine your specific ERP needs, select the right product solutions for you, and then help you customize, configure, implement, and train your team on the solution.

or full course details please visit our website 

www.microsoftdynamicsonlinetraining.com

Duration for course is 30 days or 45 hours and special care will be taken. It is a one to one training with hands on experience.

* Resume preparation and Interview assistance will be provided.
For any further details please

contact India +91-9052666559
         USA : +1-678-693-3475.

visit www.microsoftdynamicsonlinetraining.com

please mail us all queries to info@magnifictraining.com




Tuesday, 8 October 2013

microsoft dynamics ax technical training | Dynamics ax 2012 training

Magnific training :
By virtue of having worked with Microsoft on the core development of the AX platform and our vast experience gained on implementing AX solutions across verticals, SAGlobal has garnered a wealth of knowledge and expertise on Dynamics AX. This has given rise to our offering AX training as one of our service offerings to both IT professionals and organizations alike. Leveraging our in-house Microsoft Certified Business Management Solutions specialists, we offer a vast array of training services around Microsoft Dynamics AX. Furthermore, using the Microsoft Official Curriculum (MOC) for our trainings combined with real world scenarios, we ensure we offer high calibre training that focus on enhancing your skills.

The other arm of training services we offer includes functional and technical post-implementation AX user training. Once the AX solution has been developed and implemented, we conduct comprehensive user training sessions that introduce users to core functionalities and feature enhancements.

Our training services include:
AX training and certification to IT professionals looking to enhance their AX expertise
Training to organisations setting up an in-house AX team
Technical and functional post-implementation AX user training
New AX version launch training to Microsoft and Microsoft partners.


or full course details please visit our website www.microsoftdynamicsonlinetraining.com

Duration for course is 30 days or 45 hours and special care will be taken. It is a one to one training with hands on experience.

* Resume preparation and Interview assistance will be provided.
For any further details please 

contact India +91-9052666559
         Usa : +1-678-693-3475.

visit www.microsoftdynamicsonlinetraining.com

please mail us all queries to info@magnifictraining.com 

Thursday, 19 September 2013

microsoft dynamics ax training in pune | Corporate training in Pune

microsoft dynamics ax training in pune | Corporate training in Pune
Description
*** 40+ hours of instructor led ONLINE training, 25+ hours of assignments with cook-books, work books, 15+ hours of case studies, 15+ hours of project work, TOTAL of 100+ hours *** 

AX Training School provides the best-in-class MS Dynamics Axapta ONLINE training for both Technical as well as Functional modules. 

These courses are of 4 weeks duration and you will be having classes from Monday to Saturday for 2 hours a day. You will be given an assignment at the end of each topic and an assignment on every day. 

You will also be given a real-time project work, where you have to implement all the topics covered in the entire course. 

Apart from these, we also give you cookbooks and workbooks to practice. 

Overall this is a 100 hours course.

Training will be given by the industry experts, Microsoft Certified Professionals, with over 8+ years of IT experience and 4+ years on AX. 
Many students are trying to get best Microsoft Dynamics AX (Axapta) training in Hyderabad. If you are one among them, you can consider attending Arrowsol Training Institute which is located at Madhapur, Hyderabad. This training institute provides best training resources, including experienced real time professional staff. It also provides real time industry exposure so that the candidates can easily integrate themselves with the corporate world. Microsoft Dynamics AX(Axapta) online training can also be obtained from Arrowsol Training institute. Job placements are also provided by Arrowsol Training institute. So when you are looking for Microsoft Dynamics AX(Axapta) training, you can have the best option in the form of Arrowsol Technologies. Please welcome our institute for more details. We provide Microsoft Dynamics CRM and Microsoft Dynamics NAV also. 
contact India +91-9052666559
         Usa : +1-678-693-3475.
please mail us all queries to info@magnifictraining.com

Monday, 16 September 2013

Microsoft Dynamics Ax certification training | Magnific training

The intended audience is new users typically working for a Microsoft Dynamics partner that is selling, consulting, implementing, and supporting Microsoft Dynamics AX 2012 certification training.
After completing this course, students will be able to:
  • Understand that Microsoft Dynamics AX provides a powerful solution.
  • Understand that Microsoft Dynamics AX provides an agile solution.
  • Understand that Microsoft Dynamics AX provides a simple solution.
  • Understand that Microsoft Dynamics AX provides a unified solution from Microsoft.
  • Understand the industry focus for Microsoft Dynamics AX2012.
  • Understand the broad functionality provided in Microsoft Dynamics AX2012.
  • Describe the components of the rich client user interface.
  • Navigate the Microsoft Dynamics AX menu structure.
  • Find a customer in the customer list page.
  • Create a sales order.
  • Create an alert rule.
  • Update a sales order to shipped.
  • View details of a selected field.
  • Invoice a sales order.
  • Use the Help.
  • Personalize a form.
  • Post a customer payment.
  • Use workflows.
  • Submit a workflow.
  • Describe quick navigation tips.
  • Describe the types of end-users who use Enterprise Portal.
  • Describe the functionality available to users on Enterprise Portal.
  • Describe the components of Enterprise Portal user interface.
  • Describe the Reporting and BI needs of different types of users.
  • Describe the tools available to view and analyze data in Microsoft Dynamics AX.
  • Create an advanced filter.
  • Save a filter as a cue on the role center.
  • Build a report in Microsoft Excel.
  • Create and use a template in Microsoft Word.
  • View a standard report.
  • Schedule a report to be emailed periodically.
  • Modify and add KPIs to a role center.
  • Create a pivot table using OLAP cubes.
  • Describe other reporting options available with Microsoft Dynamics AX.
  • Describe the organizational structure in Microsoft Dynamics AX.
  • Describe basic data setup and configuration.
  • Setup a new user in Microsoft Dynamics AX.
  • Create a definition group.
  • Import data using Microsoft Excel.
  • Describe the components of the System Architecture of Microsoft Dynamics AX 2012.
  • Describe the options for making development changes in Microsoft Dynamics AX 2012.
  • Describe the theory of Model Driven Architecture in Microsoft Dynamics AX 2012.

  • or full course details please visit our website www.microsoftdynamicsonlinetraining.com

  • Duration for course is 30 days or 45 hours and special care will be taken. It is a one to one training with hands on experience.

  • * Resume preparation and Interview assistance will be provided.
  • For any further details please 

  • contact India +91-9052666559
  •          Usa : +1-678-693-3475.

  • visit www.microsoftdynamicsonlinetraining.com

  • please mail us all queries to info@magnifictraining.com 

Tuesday, 20 August 2013

microsoft dynamics axapta online training

Microsoft Dynamics AXAPTA Training @ Magnific Training Located in Abudabi,Dubai,Karachi.

Visit: microsoftdynamicsonlinetraining.com

Lessons
Business Units
Security Permissions
Security Roles
Sharing Records
Field Security
Role-based Forms
Lab : Maintaining Business Units
Lab : Create and Modify a Security Role
Lab : Create a Field Security ProfileLab : Create a New Form
After completing this module, students will be able to:
Describe the purpose of business units
Explain how to manage business units
Describe the Microsoft Dynamics CRM security model
Examine security roles
Describe the purpose of sharing and how to share records
Explain field level security in Microsoft Dynamics CRM
Create multiple forms for entities
Module 3: Users, Teams and Auditing
This module describes user authentication in Microsoft Dynamics CRM, and provides an overview of the licensing requirements. Users will also create and maintain user accounts and teams, and examine the architecture of auditing.
Prerequisites
Students must have experience of using Microsoft Dynamics CRM 2011.
Before reviewing this training material, it is advised that individuals have a working knowledge of Windows Server 2008, Windows Server 2008 with Hyper-V, Microsoft Exchange, Microsoft SQL Server 2008 SP1 or Later, Microsoft SharePoint, Microsoft Office Outlook, Active Directory, and Internet Information Services 7 (IIS7) or later.


You can attend 1st 2 sessions for free. once you like the classes then you can go for registration.
or full course details please visit our website 
microsoftdynamicsonlinetraining.com

Duration for course is 30 days or 45 hours and special care will be taken. It is a one to one training with hands on experience.



* Resume preparation and Interview assistance will be provided.
For any further details please contact
INDIA: +91-9052666559
USA: +1-6786933475
or
visit microsoftdynamicsonlinetraining.com

please mail us all queries to info@magnifictraining.com

Monday, 19 August 2013

Microsoft dynamics Ax training

Magnific trainings Offerining Microsoft Dynamics Training all Modules.
User Authentication
User Licensing
Administering User Accounts
Configuring Teams
Auditing
* Managing User Accounts
* Managing Teams
*Configure Auditing.

Visit: www.microsoftdynamicsonlinetraining.com

After completing this module, students will be able to:
Describe how users are authenticated in Microsoft Dynamics CRM
Describe the licensing requirements
Create and maintain user accounts
Create and maintain teams
Examine the architecture of auditing
Module 1: Configuring the Microsoft Dynamics CRM 2011 E-mail Router
This module examines the role of the Microsoft Dynamics CRM E-mail Router in a Microsoft Dynamics CRM deployment. In this 
module users will examine forward mailbox creation, and queue management and creation. In addition, users review the E-
mail Router configuration options and the requirements and options for installing the E-mail router.
*Understanding the E-mail Router
*Configure the E-mail Router
*Set Up a Forward Mailbox
*Deploy Inbox Rules
*Approve E-mail Addresses
*Install the E-mail Router on Multiple Computers
*Create and Manage Queues.
You can attend 1st 2 classes or 3 hours for free. once you like the classes then you can go for registration.
or full course details please visit our website www.microsoftdynamicsonlinetraining.com
 
Duration for course is 30 days or 45 hours and special care will be taken. It is a one to one training with hands on experience.
 


* Resume preparation and Interview assistance will be provided. 
For any further details please contact 
INDIA: +91-9052666559
USA: +1-6786933475
or 
visit www.microsoftdynamicsonlinetraining.com
please mail us all queries to info@magnifictraining.com


Sunday, 18 August 2013

Microsoft Dynamics Ax online training

Microsoft Dynamics Ax online Training in microsoftdynamicsonlinetraining.com

* Configure the E-mail Router
* Create a Workflow to Route Cases
* Routing Cases to Queues.


After completing this module, students will be able to:
Examine the role of the Microsoft Dynamics CRM E-mail Router in a Microsoft Dynamics CRM deployment
Discover how the Microsoft Dynamics CRM E-mail Router processes incoming email and outgoing email messages
Review the E-mail Router configuration options
Examine how to create a forward mailbox
Review the purpose of deploying forwarding rules
Review the requirement to approve email addresses
Review options for installing the E-mail Router on multiple computers
Explore how to create and manage queues
Module : Configuring Settings
This module describes the configuration options in System Settings, and shows how to configure additional languages. Users will be able to examine both fiscal year settings and auto-numbering settings. It also provides an overview of integration with Microsoft SharePoint Service and explains how to configure duplicate detection.
Lessons
System Settings
Multiple Languages
Fiscal Year Settings
Auto-Numbering
Document Management Settings
Duplicate Detection
* Configure Read-Optimized Forms
* Configure Duplicate Detection
* completing this module, students will be able to:
Describe the configuration options in System Settings
Configure additional languages
Examine fiscal year settings
Describe the auto-numbering settings
Provide an overview of integration with Microsoft SharePoint Server
Explain how to configure duplicate detection
You can attend 1st 2 classes or 3 hours for free. once you like the classes then you can go for registration.
or full course details please visit our website 
microsoftdynamicsonlinetraining.com


Duration for course is 30 days or 45 hours and special care will be taken. It is a one to one training with hands on experience.
 


* Resume preparation and Interview assistance will be provided.
For any further details please contact
INDIA: +91-9052666559
USA: +1-6786933475 or
visit microsoftdynamicsonlinetraining.com
please mail us all queries to info@magnifictraining.com