Skip to main content

Notifications

Finance | Project Operations, Human Resources, ...
Answered

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

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
  • HR-31101753-0 Profile Picture
    HR-31101753-0 15 on at
    Collections coordinator overview workspace activities grid not displaying record more than 15
    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.
     
     
  • Verified answer
    Martin Dráb Profile Picture
    Martin Dráb 229,297 Most Valuable Professional on at
    Collections coordinator overview workspace activities grid not displaying record more than 15
    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.)

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

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Complete!

🔔 Be sure to subscribe to the new forums you are interested in to stay up to date! 🔔

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,902 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 229,297 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans