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

Announcements

No record found.

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,029 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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

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

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 617

#2
André Arnaud de Calavon Profile Picture

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

#3
Syed Haris Shah Profile Picture

Syed Haris Shah 298 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans