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
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.