Hi everyone, I have been playing around with some Ax 2012 stuff and I was testing the Office Add-in and I think it is preatty cool.
In order to use the Office Add-in it has to be installed with the Ax client and some settings needs to be made in the system as well.
Lets dive into how it can be done, this is how I tested this function and it can most certainly be done in different ways.
First I created a small query called MyCustTableQuery
In order to use the Office Add-in it has to be installed with the Ax client and some settings needs to be made in the system as well.
Lets dive into how it can be done, this is how I tested this function and it can most certainly be done in different ways.
First I created a small query called MyCustTableQuery
Next step is to provide information about the query and expose it so we can use the query in our office application, my application of choice was Excel.
In Dynamics Ax 2012 go to Organization Administration> Setup> Document Management > Document datasources
Here it is possible to select a query or service, in my example I used the query. So here i added a new record of data source type Query and then I selected my newly created MyCustTableQuery. Now the query is ready to use in what ever office application we have as far as the Office add-in has been installed.
Next step is to use the query in Excel. On the Dynamics Ax tab in Excel select Add Data
Open the field chooser and drag the fields on to the Excel grid where you want to display the information.
Once done close the field chooser and refresh the data
And there you have it, customer information displayed in a simple way in Excel using the Office Add-in for Dynamics Ax.
I hope this is helpful and happy implementations of Dynamics Ax
To make the query able to post information back to AX you simply run the AXD wizard, add the class to a AIF service and add the service to the Document Data sources. :)
ReplyDelete