-
SDK - Clipping Documents via API
Good Afternoon,
I am looking for a method of clipping documents from a location to attach documents that already existing in the DocuWare File Cabinet using the DocuWare Platform API.
The files from the other location can be exported via an already built API directly to a Windows Explorer folder dumping the documents out for another API to push them into DocuWare.
For example, I have a document in a DocuWare File Cabinet with DOCID = 100.
I would like to clip 5 files (.PDF, .JPG etc) directly to that specific DOCID.
The document in the File Cabinet has 2 pieces of Unique Data, one of course being the Document ID but there is also another field "Reference Number" for example that will also be unique.
Does anybody have any examples of Clipping documents to existing documents in a Docuware File Cabinet at all?
Thank you.
Kind Regards, -
Count Statement within a Workflow
Afternoon,
Has anyone used a COUNT Statement within a Workflow, can it be done?
I am trying to fill a varible with a count of documents that have the same index information in a File Cabinet based on a document type within a Workflow to give me a numeric number.
Can this be done?
Kind Regards,
-
We have tried W & D as the
We have tried W & D as the value.... The string it is referring to is the DocuWare Global Variable that we are trying to send the value back to.... IF we push it to an integer we get the same error as pushing it back to a text field... DateDiff returns in a Long format which seems to be causing the problem rather than the GV's.... Any idea's how we could convert that long format to int/string?
-
Date Difference Validation in a Workflow
Good Morning,
Wondering if anyone can help, we are trying to validate a Date Difference Expression we will be using within a Workflow to calculate days within a date range:
DateDiff ("w",GV_Start_Date, GV_End_Date)
We have tried it with integer and we are getting the same error.
Has anyone used similiar integrations/expressions?
The below forum post refers back to the expression we are trying to validate:
https://www.docuware.com/forum/english-forums/docuware-questions-about-u...
Any information would be greatly appreciated.
https://www.docuware.com/sites/default/files/forums-images/DateDiff_2.png
-
Date Difference Validation in a Workflow
Good Morning,
Wondering if anyone can help, we are trying to validate a Date Difference Expression we will be using within a Workflow to calculate days within a date range:
DateDiff ("w",GV_Start_Date, GV_End_Date)
We have tried it with integer and we are getting the same error.
Has anyone used similiar integrations/expressions?
The below forum post refers back to the expression we are trying to validate:
https://www.docuware.com/forum/english-forums/docuware-questions-about-u...
Any information would be greatly appreciated.
https://www.docuware.com/sites/default/files/forums-images/DateDiff_1.png
-
Date Difference Validation in a Workflow
Good Morning,
Wondering if anyone can help, we are trying to validate a Date Difference Expression we will be using within a Workflow to calculate days within a date range:
DateDiff ("w",GV_Start_Date, GV_Emd_Date)
We have tried it with integer and we are getting the same error.
Has anyone used similiar integrations/expressions?
The below forum post refers back to the expression we are trying to validate:
https://www.docuware.com/forum/english-forums/docuware-questions-about-u...
Any information would be greatly appreciated.
https://www.docuware.com/sites/default/files/forums-images/DateDiff_0.png
-
Date Difference Validation in a Workflow
Good Morning,
Wondering if anyone can help, we are trying to validate a Date Difference Expression we will be using within a Workflow to calculate days within a date range:
DateDiff ("w",GV_Start_Date, GV_Emd_Date)
We have tried it with integer and we are getting the same error.
Has anyone used similiar integrations/expressions?
The below forum post refers back to the expression we are trying to validate:
https://www.docuware.com/forum/english-forums/docuware-questions-about-u...
Any information would be greatly appreciated.
https://www.docuware.com/sites/default/files/forums-images/DateDiff.png
-
Using the Working Days of the Organization within a Workflow
Good Afternoon,
I was wondering if the Working Days from the Calender within the General settings of the Organization is viewable within the Database?
A customer is looking to implement Holiday/Annual Leave forms within DocuWare going through an approval process in a workflow but wants the Holiday to be rejcted if it falls on a non-working day, that be a Saturday/Sunday or an annual bank holiday.
Conditions would have to be setup, but to start this we would need the information from the Database. Is it accessible and if so what other fields are within the Table?