I’m trying to create a BAQ showing Customer credit limits and their total open credit. It’s marked as an external field, with ep binding Customer.TotInvoiceCredit. Can’t seem to find it in BAQ designer. Is there a way I can get to this field?
Unless I’m mistaken this is a calculated field so does not live in the DB. In a query I wrote for our AR dept I summed the InvoiceBal field from the InvcHead table for posted invoices and joined that to the Customer table for the credit limit. You could also add order credit in a similar way if you include open orders in credit.