Confirm Permanent Deletion
You are about to delete exception record #260 from the telemetry database. This action is irreversible and will remove all associated diagnostics and stack traces.
Record Summary Metadata
TIMESTAMP
2026-09-01 16:20:10
APPLICATION
DSTAPI v4.1.9.0
ENVIRONMENT MODE
Server
PAGE / METHOD
SalesListRepository / GetRouteWiseCustomerListByYearAsync
MESSAGE
The LINQ expression 'DbSet<SalesTable>()
.Where(inv => inv.CId == __companyId_0 && inv.FinancialYear == __financialYear_1 && (int)inv.Status == 1 && (int)inv.InvoiceType == 0 || (int)inv.InvoiceType == 10 && inv.Markets != null && inv.Customer != null)
.GroupBy(inv => new {
MarketId = inv.Markets,
CustomerId = inv.Customer
})
.Join(
inner: DbSet<LedgerTable>(),
outerKeySelector: g => g.Key.CustomerId,
innerKeySelector: cust => (int?)cust.ID,
resultSelector: (g, cust) => new {
g = g,
cust = cust
})' could not be translated. Either rewrite the query in a form that can be translated, or switch to client evaluation explicitly by inserting a call to 'AsEnumerable', 'AsAsyncEnumerable', 'ToList', or 'ToListAsync'. See https://go.microsoft.com/fwlink/?linkid=2101038 for more information.