13
Currently within Business Central, the lines for an invoice are sorted based on the line number.
Having the option to sort them per the item number would be very useful.

As per the following documentation the filtering is defined within the Report object itself and cannot be overwritten.

https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/properties/devenv-dataitemtableview-property

Implementation of this feature would be very useful for multiple Partners and Customers.
Category: Development
STATUS DETAILS
Needs Votes
Ideas Administrator

Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future. Best regards, Business Central Team

Comments

I

Perhaps one solution would be to allow report extensions to customise the DataItemTableView. I don't know how that would interact with the base property though. Maybe it could be allowed to change the sort order separately, rather than combining the order/where clauses, although some base reports might also depend on specific orders...

Category: Development