Home
»
Microsoft Dynamics AX
»
Amir's Microsoft Dynamics Ax Space
»
All Tags
»
Microsoft Dynamics ax
Browse by Tags
AX 2009
AX 2012
Ax2009
axapta
create return order
datetoendUtcDateTime
domain change in dynamics ax
Dynamics ax
Dynamics ax 2009
Dynamics ax 2009 reporting
dynamics ax 2012
Enterprice portal
EP
error in TFS setup
excel
Excel export
post sales invoice
print performa invoice
print sales invoice
query
Sales order through code
SSRS
SSRS report
videos
x++
Related Posts
Blog Post:
AX 2012 – Data Migration Framework (Beta)
Amir Nazim
Finally the data migration framework is available for ax 2012, currently it is Beta and only support import source as file. i will do some more research on the usage of this framework and will share more. Current this blog is about information sharing on data migration framework. Data Migration Framework...
on
16 Jul 2012
Blog Post:
Error : TFS version control setup with Dynamics AX 2012
Amir Nazim
Few days back i was working on setting up the TFS 2010 version control with Dynamics ax 2012, generally it is very simple to setup TFS, if anyone would like to know then msdn link can be followed to do that. while setting up the TFS i was getting an error, this blog is about how i got to solve this...
on
15 Jul 2012
Blog Post:
Weighbridge device integration with Dynamics AX
Amir Nazim
Recently I got chance to work on Integration project where I need to integrate the Weighbridge device with dynamics ax. This was the hardware interfacing project, where I have used the API to read the serial port. The serial port was connected with the Weighbridge device and sending the weight information...
on
7 Jun 2012
Blog Post:
Microsoft Dynamics AX 2012 won’t support Oracle database
Amir Nazim
Current customers using Oracle database as their AX transactional database will be forced to switch to Microsoft SQL Server. It should be facilitated by Oracle to Microsoft SQL Server Data Migration Assistant for Microsoft Dynamics AX ( PartnerSource link ) – it allows to migrate AX4/AX2009 databases;...
on
31 May 2012
Blog Post:
Enterprise Portal Dynamics ax 2009 Error
Amir Nazim
Recently i was working on EP project and during the deployement of it i face few issue, i am listing the solutions of them here. Importing AX Projects (.XPO) & Deploying Web Controls into Enterprise Portal: Resolution for Controls not showing in the “Managed content item” drop down Answer http...
on
8 Feb 2012
Blog Post:
Playing with SSRS report in dynamics ax 2012
Amir Nazim
here is the simple code that i have created to print the SSRS report in dynamics ax 2012 from different scenarios. How to print the SSRS report in dynamics ax 2012 from code. SrsReportRun srsReportRun; // initiate the report. srsReportRun = new SrsReportRun ( "InventTruckTransactionReport...
on
15 Jan 2012
Blog Post:
Some important sales order / purchase order operations AX 2009
Amir Nazim
HAPPY NEW YEAR GUYS Recently i got chace to work on sales order screen simplification where i need to simplify the operations of sales orders, for that i would need to customizae some main operations. i am listing the logics of some of the main operations. How to create SALE ORDER from code in...
on
1 Jan 2012
Blog Post:
Some important sales order / purchase order opeations AX 2009
Amir Nazim
HAPPY NEW YEAR GUYS Recently i got chace to work on sales order screen simplification where i need to simplify the operations of sales orders, for that i would need to customizae some main operations. i am listing the logics of some of the main operations. How to create SALE ORDER from code in...
on
1 Jan 2012
Blog Post:
AX 2009 Enterprise Portal Error The type or namespace name “Portal” does not exist in namespace ‘Microsoft.Dynamics’
Amir Nazim
These days, I’m working on developing some new Enterprise Portal pages for GRN/ Packing slip Posting through EP . Suddenly i found a problem while building my EP Web control page. “The type or namespace name ‘Portal’ does not exist in the namespace ‘Microsoft.Dynamics’...
on
29 Nov 2011
Blog Post:
Debug Enterprise Portal Code in Microsoft Dynamics AX
Amir Nazim
1. Log in to the server that is running the AOS. 2. Open the Microsoft Dynamics AX Server Configuration utility. To openStart > Control Panel > Administrative Tools > Microsoft Dynamics AX 2009 Server Configuration. 3. Create a new configuration that allows debugging. 3.a. Click Manage then...
on
27 Nov 2011
Blog Post:
Dynamics ax 2009 SP1, EP, Sharepoint 2010
Amir Nazim
Recently i got chance to Install EP on sharepoint 2010 with Dynamics ax 2009 sp1, i did some search on google and found some help which is worth to share here as well Reference: Microsoft SharePoint 2010 with Dynamics AX 2009 Service Pack 1 HotFix for Dynamics AX 2009 Service Pack 1 Upgrade previous...
on
12 Sep 2011
Blog Post:
How to update vendor addresses in Dynamics AX 2009
Amir Nazim
One of the blog contact ask a question, how we can update the address for a vendor in Dynamics ax 2009, below job is the possible answer and may helps. static void J1A_UpdateVendAddressType(Args _args) { VendTable vendTab; // Replace VendTable with CustTable when run this for customers. DirPartyTable...
on
30 May 2011
Blog Post:
How to add new Image resource in Dynamics AX 2009
Amir Nazim
I was looking to add a new image resource in dynamics ax 2009, i just google it and found good blog post on it. it is worth to share here as well. see link below Add a new Image resource in Dynamics ax 2009
on
25 May 2011
Blog Post:
How to add formula to excel column while data export from Dynamics AX.
Amir Nazim
This Post is not about how the Dynamics AX data imported or exported, as you will find lots of blogs from Google. This post is about how to place the formula on a excel column which is not much available through search engins. for this post you should have knowledge of excel export through x++. if...
on
17 May 2011
Blog Post:
Microsoft Dynamics AX 2012 Source to Target data upgrade
Amir Nazim
What is this feature ? The source to target upgrade model provides a framework to reduce the downtime for AX upgrade.The upgrade downtime is achieved by enabling upgrade on both the source AX system (Ax 4.0 or AX 2009) and target AX system (Ax 2012). The upgrade consists of following steps. 1. Pre...
on
29 Apr 2011
Blog Post:
How to find those record that are modified on certain date from a certain table.
Amir Nazim
When i started working this, i thought it would be task like a click, because i was making logic in my mind to compare the CreatedDateTime field with today’s value (CreatedDateTime >= today()) but when i wrote this i got into trouble, as the compiler is not allowing me and give me error. The...
on
26 Apr 2011
Blog Post:
Move Dynamics AX database to different Domain/machine.
Amir Nazim
How to move database from Machine 1 to Machine 2, they both have different User and Domain ? Steps are very simple: 1. Attached the database, 2. Add your AX login to the database you attached. 3. Open the “userinfo” table from sql server 4. Find the row with ‘Admin’ Id...
on
24 Apr 2011
Blog Post:
How to print the x++ report to different format like in Excel
Amir Nazim
We can do this by following the simple steps On the report Printer setup, select file and then select HTML as the file format. In the File name section type in a filename and extend it with .xls (so for example: myReport.xls). Now print the report. This will save the report as a excel file in your...
on
18 Apr 2011
Blog Post:
Dynamics AX 2012 Hands on Labs available on Partnersource
Amir Nazim
One more great resource on dynamics ax 2012 is available on partnersource, they can be found following the links below: Workflow Implementation Accounts Payable Accounts Receivable Enhancements Expense Management Migrating Reports to SSRS Employee Procurement Client Forms Export Extend...
on
17 Apr 2011
Blog Post:
Dynamics ax 2012 on its peak, lots of things available now.
Amir Nazim
We can start learning and sharing new things now as lots of material now available for AX 2012 Virtual Machine: https://mbs.microsoft.com/partnersource/marketing/marketingcollateral/demos/AX2012DemoToolsMaterials https://mbs.microsoft.com/customersource/downloads/servicepacks/AX2012DemoToolsMaterials...
on
12 Apr 2011
Blog Post:
how to update the system fields of the table like ModifiedDateTime ?
Amir Nazim
Usually in the transaction table while data copying from older version to newer version, we require to copy the system fields as well like (ModifiedDateTime, ModifiedBy, CreatedDateTime, CreatedBy). These fields are system generated fields and user cant update the values in these fields In a normal manner...
on
7 Apr 2011
Blog Post:
Microsoft Dynamics AX Financial I Videos
Amir Nazim
One of my friend Faisal has published great videos for Financial I training. if you have plan for certifications for financials and you find yourself bored while reading the material then these videos is great asset for you. i really recommend seeing these videos for Financial I understanding. Enjoy...
on
26 Mar 2011
Blog Post:
Reflections : Changing properties of AOT objects in code
Amir Nazim
Few days back i was working to update some properties of dynamics ax objects, objects count was quite high and manually doing that work could be hectic. i decided to use the reflection and i found it real powerful as it has lots of area where needs playing. My scenario was simple where i need to find...
on
10 Mar 2011
Blog Post:
Knowledge is Key — SSRS with Dynamics AX
Amir Nazim
In this blog i have created a knowledge base for SSRS, which is really important now as Microsoft announces the future of AX Reporting is SSRS What softwares do we need to start working on SSRS ?. Visual Studio (for developing SSRS reports), SQL SERVER with SSRS and SSAS (necessary for reporting...
on
10 Mar 2011
Blog Post:
MICROSOFT DYNAMICS AX RECORDED WEBCASTS
Anonymous
I have found a great resource of AX Webcast, it worth to share on the Community. For details on each webcast see the original source link Webcast Title Topic Area Recorded Date Microsoft Dynamics AX 2009 General Functional Overview Demo General AX October 23, 2008 - Video ...
on
14 Sep 2010
1
2