IDS, Kundebearbeiten, Creditsafe, MDMAuswertung, etc.

This commit is contained in:
2025-10-01 09:59:09 +02:00
parent e0b075e479
commit 6a03240f7e
8 changed files with 338 additions and 270 deletions

View File

@@ -3373,7 +3373,7 @@ Public Class usrCntlKundenuebersicht
End If
company.lastChecked = IIf(IsDate(lastChecked), lastChecked, Today().AddDays(-30))
company.lastChecked = IIf(IsDate(lastChecked), lastChecked, Today().AddDays(-365))
Dim currentBonID As Integer = SQL.getValueTxtBySql("Select Top(1) isnull(ba_id, -1) FROM [tblBonitaetsauskunft] where ba_KundenNr = " & KUNDE.KundenNr & " AND [ba_Pruefungstool] = 'creditsafe API' ORDER BY ba_Datum DESC", "FMZOLL")