Generate Next Number Sequence by x++ code
Generate Next Number Sequence by x++ code When we create a new record from user interface(by using Forms) number sequence handles automatically by system. But Some time we need to assign a number...
View ArticleUploading Documents from .Net
With all the .Net managed-host user-controls that I’ve created so far, I found the need to upload documents from one of them into the Dynamics-Document-Store. The specific example in question was the...
View ArticleError message “Posting definitions are required for year-end general ledger...
When you try to generate opening transactions in AX 2012, you get an error message " Posting definitions are required for year-end general ledger close. Select 'Use posting definitions' checkbox on...
View ArticleResuming after a break....
Dear Friends, Trust you are doing well! Guess you missed me :) I was away on holidays for a while now and since last 2 weeks I was not doing well. I'm back now and will be soon coming up with new...
View ArticleThe “Bottomline” for using Create!form in AX2012
Microsoft has truly taken advantage of the many third-party products that have enhanced the usability and breadth of the Dynamics AX product over the years. Sometimes we forget that Dynamics AX was an...
View ArticleDaily or not daily
I’m now a part of a newly formed team and team procedures are still being defined. One of the questions discussed was how often would we hold team meetings. Suggestions varied significantly – from...
View ArticleImport Project Activity Breakdown (Hierarchy)
I hope this is one of many import blog posts. No promises but I may look at the same written using the Data Import Export Framework to show a comparison. To continue with the subject… I wrote a job to...
View ArticleMaking a Number Sequence Shared in AX 2012
Note: the instructions to make the following change will make a number sequence shared across ALL companies. This does not allow you to share across some companies and allow others to have their...
View ArticleMcGladrey LLP Announced as MAXLife Reseller
Merit Solutions, Inc. , announced today that they have signed a reseller agreement for MAXLife ERP software with McGladrey LLP , the largest U.S. provider of assurance, tax and consulting services...
View ArticleAXUG Spring 2013 – How Some of Us Got There by Ashraf Aly.
I have received AXUG magazine Spring 2013 edition, I passed by a very interesting article “ How Some of Us Got There “ by Ashraf Aly. I used to work with Ashraf Aly as DAX consultant, I am very happy...
View ArticleDynamics Ax 2012 : Number of months between two dates
Recently I got small problem to calculate no of months between two dates. Dynamics Ax 2012 provides a default function which calculates no of intervals between two dates based on enumeration. int...
View ArticleMicrosoft Dynamics AX 2012 R2 Guide: Implementation Guide for Commerce Data...
Auf dem Microsoft Download Center wurde ein neues Dokument für die Retail Komponente “Commerce Data Exchange” veröffentlicht. Englische Kurzbeschreibung: This white paper provides information and...
View ArticleDynamics AX 2012 R2 White Paper: Advanced Bank Reconciliation – Processing...
Auf dem Microsoft Download Center wurde ein neues Whitepaper für die Bankkontenabstimmung veröffentlicht.. Englische Kurzbeschreibung: In Microsoft Dynamics AX 2012 R2, you can import electronic bank...
View ArticleAX for Retail 2012 R2: Commerce Data Exchange implementation guide white...
One of our most common requests for documentation is an end-to-end implementation guide for Commerce Data Exchange: Synch Service (previously “Retail Store Connect”) and Commerce Data Exchange:...
View ArticlePerformance Benchmark Toolkit!
A Microsoft liberou o Performance Benchmark Toolkit. O download do instalador deve ser feito acessando o Information Source e pelo Microsoft Download Center é possível obter o White Paper! Vamos aos...
View ArticleMicrosoft Dynamics AX 2012 hotfix that improves performance of list page...
The hotfix can be downloaded/requested from the following link. The hotfix is available for both AX 2012 and AX 2012 R2. https://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2844059 Like all the...
View ArticleIntroduction To Electronic Batch Records
What are Batch Records? Batch Records are something every pharmaceutical manufacturer has to deal with – they are the documented history of all the production activities that took place to produce a...
View ArticleHotfix para mejorar la navegación en listas de AX 2012 y R2
Se ha publicado otro hotfix específico ( KB2844059 ) para Microsoft Dynamics AX 2012 y 2012 R2 para mejorar el rendimiento de la navegación entre páginas de lista y en la barra de direcciones, cuya...
View ArticleMicrosoft Dynamics AX 2012 hotfix that improves performance of list page...
The hotfix can be downloaded/requested from the following link. The hotfix is available for both AX 2012 and AX 2012 R2. https://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2844059 Like all the...
View ArticleConditional Joins in x++
Conditional Joins in x++ Here is the code to apply joins conditionally in Microsoft Dynamics AX. query = new Query(); dsInventTable = query.addDataSource(tableNum(InventTable), "InventTable");...
View Article