Publié Thu, 14 Jun 2018 18:59:43 GMT par Stefan Toubia ERP Developer

I'm testing out the DocuWare SDK and ran into this issue from the sample on GitHub

https://github.com/DocuWare/Platform.NETClient/blob/master/src/Program.cs

 

Setting up the connection and querying the file cabinet was super simple to get working, but I got an exception when trying to call the GetFileCabinetFromSelfRelation() method.  

 

Invalid Operation Exception : 'Decimal' is not a valid value for DWFieldType

 

Removing the decimal field from my file cabinet let me get around this, but this is not going to work if I'm going to successfully integrate with docuware I think.  Has anybody run into this?  Could is possibly be a compatibility issue?  Currently on version 6.

Publié Fri, 15 Jun 2018 06:30:22 GMT par Phil Robson DocuWare Corporation Senior Director Professional Services, Americas

DocuWare only supports the decmial field type in the latest releases. Even though you can select that type when creating a field. For numeric fields up to 6.11 you can only use INT.
So you can move forward by not using decimal, or upgrade your system to 6.12 where it is supported.

 

Phil Robson
Senior Director Support Americas

Publié Fri, 15 Jun 2018 17:24:15 GMT par Stefan Toubia ERP Developer

Great, thanks for the answer!

You must be signed in to post in this forum.