web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

Collections coordinator overview workspace activities grid not displaying record more than 15

(1) ShareShare
ReportReport
Posted on by 15
I need to do customization to show data more than 15 records on Collections coordinator space activities form
 
where i have to show more than 15 rows, at the backend form code we have a limit set of 15 
 
 
Here on above code snippets i have the TopRows set to 15 in the default code and its private i can not access TopRows in COC,  but i need to customize this and show all the records returned by the query
I have the same question (0)
  • Verified answer
    Martin Dráb Profile Picture
    239,996 Most Valuable Professional on at
    Create an event handler for OnQueryExecuting event and call topRows() with a different value there. I think it should work.
     
    If not, you'll need to create an extensibility request and suggest a refactoring of Microsoft code.
     
    (Moved from Dynamics AX forum.)
  • HR-31101753-0 Profile Picture
    15 on at
    Hi Martin,
     
    Sorry for the late response, yes it worked for me, in OnQueryExecuting method i have get the sender.query in QueryRun 
     
    QueryRun queryRun= new QueryRun(sender.query());
     
    than pass the count of the query value to the Top Rows method
     
    Sender.query().topRows(SysQuery::countTotal(queryRun));
     
    Again Thanks for the help.
     
     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 414 Super User 2026 Season 1

#2
Subra Profile Picture

Subra 352

#3
Martin Dráb Profile Picture

Martin Dráb 275 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans