Showing posts with label Ax 2012. Show all posts
Showing posts with label Ax 2012. Show all posts

How To: Use Date Effectiveness Feature in Ax 2012

  • Date effectiveness is a new feature in Dynamics AX 2012 allowing developers to easily create date range fields.
  •  Date ranges are used for defining record validity between the specified dates, for example, defining employee contract dates.
  • This feature significantly reduces the amount of time that developers spend writing code and also provides a consistent approach to implement data range fields.

Note: > We will implement date range validation on the standard E-mail templates form.
          > This Example(Data, Tables, Forms etc etc) is given on the base of Contoso Domain
          > You ll also find an Xpo File To Download at the end of the example.
          > While importing into your AOT it ll ask for replacing the existing one, you can replace it with the new table and form. 

Procedure:





  • 1. In the AOT, find the SysEmailTable table and change its property as shown below 
  • :
  •  






  • Property --> 
  • ValidTimeStateFieldType : Date

    2. Notice the two new fields that are automatically added to the table :




    3. Add the newly created ValidFrom and ValidTo fields to the existing emailIdIdx index
    and change the properties shown in the following table:


    4. The index should look similar to the following screenshot:

    Microsoft Dynamics Ax Major Features of Next Release (RAINIER)

    Feature's:

    The next major release of Microsoft Dynamics AX is code named Rainier. It is a new cloud optimized platform for deployments in private and public cloud as well as on-premises.

    1. Cloud Based Solutions.
    2. Platform independence - Browser enabled client's.
    3. AD (Active Directory) Federation and more integration with Azure.
    4. More investments on Visual Studio (Development Environment will be VS).
    5. Application Development targeting any OS through Rainier.
    6. No longer need to invest on Sharepoint hosting as Enterprise portal will be eliminated.
    7. 3 key pillars - New client, Cloud Readiness, New Development Stack.

    How To: Import & Export a Model In Dynamics AX 2012 Using Windows PowerShell Commands in Ax 2012

    Exporting an .axmodel File (Windows PowerShell)

    Procedure: 

    1. Click On the Start menu -->point to All Programs
    2. Point to Administrative Tools, & then click Microsoft Dynamics AX Management Shell.
    3.  A Command Prompt will Appear After clicking Management Shell 
    4. At the Windows PowerShell command prompt PS C:\>,
    5. Type the following command, and then press ENTER.

    Ax 2012 R2 Installation Setup Step By Step

    Step By Step Procedure: 



    Hello Friends,
    Here we are have  24 Easy and Simple  Installation Wizard Overview on AX 2012 R2.
    Note:  Make Sure The your P.C/ Laptop Is Connected to Internet.

    1) Open the Setup Program/Setup Wizard.

     2) Click "Microsoft Dynamics AX Components" under Install.


     3) Click Next.

    SSRS Tips: How To Get GrandTotal Using Autodesign in SSRS Report

    Procedure:  3 Simple & Easy Step's


    1. Open Property Window Of AutoDesign Node In Your Report.
    2. Set The "GrandTotal" Property To "Yes".
    3.That's it , It will Take care of the printing the total .

    Proud To Be a DAX Developer  :-)