投稿済み Thu, 21 Nov 2019 22:20:01 GMT 、投稿者 Jon Weston File IT Solutions Sr Application Developer and RIM specialist
Can anyone provide sample C# code for transferring a document from a file cabinet to a document tray? I've found sample code for transferring from tray to cabinet and cabinet to cabinet but not cabinet to tray.

And if I can do this, will the document retain it's index data?
投稿済み Mon, 02 Dec 2019 13:53:37 GMT 、投稿者 Florian Mittermeier DocuWare GmbH Software Engineer

In the following link you'll see how to transfer an document from document tray to an file cabinet.
https://developer.docuware.com/dotNet_CodeExamples/290cce69-c600-400c-a4ca-89c305becf41.html

Technical the document tray is an file cabinet.
So you must change the direction of transfer to send a document from the file cabinet to a document tray.
But attention use the right document tray for the document with the same data structure.
You can see the relation under {your docuware server adress like yourcompanyname.docuware.cloud}/DocuWare/Platform/FileCabinets
where an document tray has AssignedCabinetId what is the Id of the connected file cabinet.

The inedx data will be preserved.

投稿済み Tue, 29 Oct 2024 06:31:28 GMT 、投稿者 Helmut Holtstiege Consultant
Hello,

I would also be interested in this configuration. Unfortunately, the link no longer works: 

The requested content does not exist.

Where can I find the documentation?

29.10.2024
Best regards, Helmut
投稿済み Tue, 29 Oct 2024 16:03:11 GMT 、投稿者 Jan Kanters Digital Transformation Enabler
@Helmut

you can also use the Docuware Platform API web service in a workflow and call the /FileCabinets/Task/Transfer endpoint [POST]  
投稿済み Tue, 29 Oct 2024 18:14:37 GMT 、投稿者 Helmut Holtstiege Consultant
@Jan
Thank you!
I had expected the web service solution under the link above. But the reference to the endpoints was very helpful.
I have currently implemented a solution with make.com.

フォーラムに投稿するためにはログインが必要です。