投稿済み Thu, 22 Oct 2020 07:23:01 GMT 、投稿者 Frederic Llanas Lanau
Tengo un proceso de albaranes y tengo que actualizar el índice de Estado_Albaran con la captura de un XML generado por otra aplicación, como puedo capturar este XML y que actualice los índices de este albarán por su numero de albarán por ejemplo.

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<!--Albaran XML -->
<XML_OUT>
  <N_Albaran>201310</N_Albaran>
  <Estado_Albaran>Entregado</Estado_Albaran>
  <Fecha_Entregado>22/10/2020</Fecha_Entregado>
  <Transporte>NACEX</Transporte>
</XML_OUT>

Gracias..
投稿済み Thu, 22 Oct 2020 07:42:11 GMT 、投稿者 Simon H. Hellmann Toshiba Tec Germany Imaging Systems GmbH IT-Consultant Document Management Solutions
Hola Frederic,

esto no es posible utilizando únicamente la funcionalidad predeterminada de DocuWare. Si tiene este archivo de índice disponible antes de almacenar el documento en sí, puede usar Metadatos .DWCONTROL para la importación, pero necesita un formato XML muy específico, consulte aquí: https://help.docuware.com/#/home/63721/2/2.

Si el documento ya está almacenado cuando recibe el XML, existen algunas soluciones desarrolladas por socios autorizados de DocuWare que pueden utilizar XML en cualquier formato y aplicar la indexación a un documento existente, por ejemplo DocuScan StorageRobot o Toshiba e-FileWatcher.

Si desea / no puede comprar una solución de este tipo, puede intentar implementar algo así usted mismo con la API REST de DocuWare: https://developer.docuware.com/

Espero que esto ayude.

Saludos desde Alemania,
Simon H. Hellmann
DocuWare System Consultant
 


Hello Frederic, 

this is not possible by using only DocuWare default functionality. If you have this index file available before storing the document itself, you could use .DWCONTROL Metadata for the import, but it needs a very specific XML format, see here: https://help.docuware.com/#/home/63721/2/2.

If the document is already stored when you recieve the XML, there are some solutions developed by Authorized DocuWare Partners which can use XML in any format and apply indexing to an existing document, for example DocuScan StorageRobot or Toshiba e-FileWatcher.

If you do want/can not purchase such a solution you could look to implement something like that yourself with the DocuWare REST API: https://developer.docuware.com/

Hope this helps. 

Greetings from Germany,
Simon H. Hellmann
DocuWare System Consultant
投稿済み Thu, 22 Oct 2020 08:10:56 GMT 、投稿者 Frederic Llanas Lanau
Muchas gracias por tu respuesta, utilizare la .NET API
Un Saludo.

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