Wednesday, July 16, 2014

AX2012 List Pages - Performance Improvement

The main query performance is slow due to the fact that the query parameter OPTION(FAST) is not being added automatically to the SQL statement, as it does with most standard forms in Dynamics AX. 
 some of the list pages where this could be a problem, see the workaround notes below:
Vendor List Page
Object: Query > VendTableListPage > Data Sources > VendTable
clip_image001
Change the “FirstFast” property on the “VendTable” in this view to “Yes”.
clip_image002
Sales Table List Page
Object: Query > SalesTableListPage > Data Sources > SalesTable
clip_image003
Change the “FirstFast” property on the “SalesTable” in this view to “Yes”.
clip_image004
Released Product List Page
Object: Query > EcoResProductPerCompanyListPage > Data Sources > InventTable
clip_image005
Change the “FirstFast” property on the “InventTable” in this view to “Yes”.
clip_image006
Main Accounts List Page
Object: Query > MainAccountsListPage > Data Sources > MainAccount
clip_image007
Change the “FirstFast” property on the “MainAccount” in this view to “Yes”.
clip_image008
CustTable List Page
Object: Query > MainAccountsListPage > Data Sources > CustTable
clip_image009
Change the “FirstFast” property on the “CustTable” in this view to “Yes”.
clip_image010
Ledger Trial Balance List Page
Object: Query > LedgerTrialBalanceListPage > Data Sources > DimAttrvalueCombo
clip_image011
Change the “FirstFast” property on the “DimAttrvalueCombo” in this view to “Yes”.
clip_image012
thanks to tom treen
original post - http://blogs.msdn.com/b/axsupport/archive/2012/10/10/ax2012-list-pages-performance-improvement.aspx

No comments:

Post a Comment