update 20260308
This commit is contained in:
@@ -1,14 +1,5 @@
|
||||
{
|
||||
"tables": [
|
||||
{
|
||||
"key": "ProvDokuments",
|
||||
"displayName": "ESS-Dokumente",
|
||||
"sqlList": "SELECT ProvDokumentid as id, provDokumentID as Name FROM ProvDokuments order by erstelltam desc",
|
||||
"sqlById": "SELECT JavaScriptObject as JsonData FROM ProvDokuments where provdokumentid=@id",
|
||||
"idField": "Id",
|
||||
"displayField": "ProvDokumentID",
|
||||
"jsonField": "JsonData"
|
||||
},
|
||||
{
|
||||
"key": "Ondoc_Versandstrasse_Paket",
|
||||
"displayName": "Ondoc_Versandstrasse_Paket",
|
||||
@@ -16,7 +7,10 @@
|
||||
"sqlById": "SELECT paket as JsonData from Ondoc_Versandstrasse_Paket where id= @id ",
|
||||
"idField": "ID",
|
||||
"displayField": "ID",
|
||||
"jsonField": "JsonData"
|
||||
"jsonField": "JsonData",
|
||||
"Buttons": "Öffnen",
|
||||
"AnzeigeDokument": "",
|
||||
"FilterColumns": ""
|
||||
},
|
||||
{
|
||||
"key": "NLOGApiDoc",
|
||||
@@ -25,7 +19,35 @@
|
||||
"sqlById": "SELECT div as JsonData from edoka_journale.dbo.nlogapidoc where id= @id ",
|
||||
"idField": "ID",
|
||||
"displayField": "ID",
|
||||
"jsonField": "JsonData"
|
||||
"jsonField": "JsonData",
|
||||
"Buttons": "Öffnen",
|
||||
"AnzeigeDokument": "",
|
||||
"FilterColumns": "GUID"
|
||||
|
||||
},
|
||||
{
|
||||
"key": "CLMDokumente",
|
||||
"displayName": "CLM-Dokumente",
|
||||
"sqlList": "SELECT ID, clmdokumentid as CLM_ID, GUID, Erstellt_Am, Aktiv, Archivstatus, Archiviert from ondoc_clm_dokumente [FILTER] order by Id desc",
|
||||
"sqlById": "SELECT jsondata as JsonData from ondoc_clm_dokumente where id= @id ",
|
||||
"idField": "ID",
|
||||
"displayField": "ID",
|
||||
"jsonField": "JsonData",
|
||||
"Buttons": "Öffnen;Anzeigen",
|
||||
"AnzeigeDokument": "SELECT dbo.BinaryToBase64(dokument) FROM dbo.OnDoc_CLM_Dokumente INNER JOIN dbo.Doks ON dbo.OnDoc_CLM_Dokumente.dokumentid = dbo.Doks.DokumentID where dbo.ondoc_clm_dokumente.id=@id",
|
||||
"FilterColumns": "clmdokumentid;archivstatus"
|
||||
},
|
||||
{
|
||||
"key": "CLMJournal",
|
||||
"displayName": "CLM-Journal",
|
||||
"sqlList": "SELECT ID, clmdokumentid as CLM_ID, Dokumentid, GUID, Erstellt_Am, Aktiv, Archivstatus, Archiviert, Archiviert_am from ondoc_clm_dokumente [FILTER] order by Id desc",
|
||||
"sqlById": " ",
|
||||
"idField": "ID",
|
||||
"displayField": "ID",
|
||||
"jsonField": "",
|
||||
"Buttons": "Anzeigen",
|
||||
"AnzeigeDokument": "SELECT dbo.BinaryToBase64(dokument) FROM dbo.OnDoc_CLM_Dokumente INNER JOIN dbo.Doks ON dbo.OnDoc_CLM_Dokumente.dokumentid = dbo.Doks.DokumentID where dbo.ondoc_clm_dokumente.id=@id",
|
||||
"FilterColumns": "clmdokumentid;archivstatus;dokumentid"
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user