requirement for Applied Cash Receipts where the invoices need to be displayed in ascending order based on Invoice Date (oldest to newest).

I have a requirement for Applied Cash Receipts where the invoices need to be displayed in ascending order based on Invoice Date (oldest to newest).

To achieve this, I customized the base application AppliedCashReceiptsDetail and added a new sort profile named InvoiceDateAscSort under the Sort Profile section.

Could you please confirm whether this is the correct approach for implementing the requirement, or if there is a preferred/recommended method to ensure the invoices are displayed in the required order?

@shubham.jadhav you can implement this way. However, a better longer term solution would be for the base application to add a sort that you can select when customizing the app setting (or creating your own app setting and selecting that sort definition). This other option would allow you to avoid unnecessarily customizing the application just to add a sort. I believe you already have a ticket open where we are discussing this option.