Search code examples
axaptax++morph-x

CustTableListPage filtering is too slow


When I'm trying to filter CustAccount field on CustTableListPage it's taking too long to filter. On the other fields there is no latency. I'm trying to filter just part of account number like "*123". I have done reindexing for custtable and also updated statics but not appreciable difference at all. When i have added listpage's query in a view it's filtering custAccount field normally like the other fields. Any suggestion? Edit: Our version is AX 2012 r2 cu8, not a user based problem it occurs for every user, Interaction class has some custimizations but just for setting some buttons enable/disable props. etc... i tryed to look query execution what i found is not clear. something like FETCH_API_CURSOR_000000..x


Solution

  • I've solve the problem. CustTableListPage query had a sorting over DirPartyTable.Name field. When I remove this sorting, filtering with wildcard working like a charm.