Hallo,
wir haben eine Softwarelösung, welche Windowsauthentifizierung benötigt um Dokumente abzufragen, welche für den Aktuellen Benutzer relevant sind.
Kann die Single Sign On Authentifizierung ab DW 7.3 auch mit der API verwendet werden?
A customer always has several documents in his DocuWare, which are linked with a file number.
I need to use the API to create a list of all file numbers to which documents with a certain status are assigned.
This can quickly lead to a large amount of data to be evaluated, because a query via the API does not allow something like DISTINKT (as in SQL).
If you have to process a document list with 300 documents, it will be quite slow.
In the meantime I switched to SQL out of necessity.
Hello.
A colleague was able to help me today.
He knew this function from GAPI and could show me the API variant.
It works in C# quite simply via ShemaExtentions:
SchemaExtensions.PostToUploadDocumentForDocumentAsync(<DwConnection>, <ArchiveGuid>,<Document() with the IndexData>);
Hallo.
Ein Kollege hat mir heute helfen können.
Er kannte diese Funktion aus GAPI und konnte mir die API-Variante zeigen.
Es funktioniert in C# ganz einfach über ShemaExtentions:
SchemaExtensions.PostToUploadDocumentForDocumentAsync(<DwVerbindung>, <ArchivGuid>,<Document() mit den Indexdaten>);