Our support engineers have assembled the top recommended solutions for you.
Microsoft Dynamics AX 2012CRM Connector in Microsoft Dynamics AX 2012Financials Management in Microsoft Dynamics AX 2012Upgrading to Microsoft Dynamics AX 2012
Microsoft Dynamics AX 2009
Application Object Server (AOS)
Enterprise Portal and Role Centers
Inventory Costing in Microsoft Dynamics AX 2009
Invoice Settlements/Discounts/Reversals
SSRS and SSAS Integration
Workflow
I'm having some troubles developing an Enterprise Portal [AX2012] page that shows grouped data with total value sums and including an 'Export to Microsoft Excel' button.
The only way to get the 'Export to Microsoft Excel' button, that I know of, is to create a ListPage with a command button in the action pane. However, when I create my ListPage and add a query that uses a Group By, the ListPage on the portal shows a grid where only the first line is selected and the selection can not be changed. I tried to use a view, but this gave me the error message that the datasource is not pageable. I have a hunch that a ListPage with a Group By is never going to work because it lacks a datakey.
So does anyone know if it's possible to use ListPage with grouped data and have it show up normally in the Enterprise Portal?
Or does anyone know a way to add the 'Export to Microsoft Excel' button to a webpage without using a ListPage?
I'd also love to know the answer to this. Surely we can add the standard button used in ListPages to our own UserControl forms, but how?