-
Unterstützung von Managed Service Account sMSA und gMSA
Hallo,<br> <br> ein Kunde von mir würde gerne wissen, ob DW auf sMSA und/oder gMSA unterstützt.<br> <br> Wenn nicht, ob dies für zukünftige Versionen geplant ist.<br> <br> Gibt es irgendwo Informationen darüber? -
CMIS- Unterstützung
Ist in naher Zukunft eine Unterstützung des CMIS-Standards geplant? -
how to get the fulltext of a document
Hello,
I need to get all data from a document and process it for a customer project.
How can I get the full text snapshot using Platform API or any other method? -
Fulltext-Snapshot über API abgreifen
Hallo,
für ein Kundenprojekt muss ich alle Daten aus einem Dokument herausziehen und analysieren.
Kann man über die DW-Platform-Api oder andere Mittel den Fulltext-Snapshot eines Dokuments abgreifen?
-
ExplorerClient Ordner können trotz "nur lesen" verschoben werden
Hallo,
ich habe das Problem, dass Ordner im ExplorerClient zwar über die Einstellung "nur lesen" nicht umbenannt, aber trotzdem einfach in einen anderen Ordner verschoben werden können.
Sobald ein User das Recht "Indexdaten ändern" besitzt, ist dies möglich.
Kann das Verschieben verhindert werden, ohne die Berechtigung zu entfernen? -
Single Sign On mit DW 7.3 in der Cloud auch über Api?
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? -
RE: Problem generating a list of index values with the API
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. -
RE: Problem generating a list of index values with the API
Thanks for your answer, but thats not what i wanted to say.
The query is just an example of how I would try to get my data over SQL.
How can i get the Same result with the API?
I need a fast way to create a list of Indexdata.
To process the single documents of a DocumentsQueryResult is way to slow for my needs. -
Problem generating a list of index values with the API
Hello.
I have to add some index values to a list.
in SQL i would serch like this:
SELECT DISTINCT <indexfield> IN dwdata.dbo.<archive> where <serch condition>
How can i do this with the API?
A search with a DocumentsQueryResult is too slow because it returns to many documents with the same index value, which I want to add to my list only once.
I can't limit the search with DialogExpressionConditions far enough. -
RE: Upload a documant with index data via java script
Thank you very much.
This is exacly what i was looking for.