How to see if an Invoice has already been paid (has a applied Receipt) quickly?
Summary:
Hi there, we need to be able to determine whether a receipt has been paid (full or partial) with minimum navigation in the system and minimum API calls.
On the Invoice area, Is there a way to show the applied receipt as a separate tab on the UI so when a user is on the Invoice, they can tell if any Standard Receipt has been applied to this Invoice? Is there an API endpoint that can provide all receipt applied to an invoice when we query for the invoice? The AR Invoice detail endpoint fscmRestApi/resources/11.13.18.05/receivablesInvoices/{invoiceId}
does not have a child endpoint that shows the applied receipts.
0