You are viewing limited content. For full access, please sign in.

Question

Question

Using C# with workflow to export to network drive

asked on March 12, 2015

Scenario: Documents are in Laserfiche after being processed with Quick Fields.  I need a copy exported out to a network drive.  Is that possible to do with a C# script in Workflow or do I need the SDK? 

Thanks!

0 0

Replies

replied on March 13, 2015

In Workflow, you have a script activity and you have a toolkit or SDK script activity.  To be able to export through workflow, you would us a SDK script activity and the SDK DLLs to accomplish the task.  Officially, you do not need the SDK to use an SDK script activity, but without the SDK, you do not have any documentation on how to use/implement the DLLs required.

Another option is custom activities and you could contact PDPs to create those for you.  A great source for custom activities is Cliff Primmer with Qfiche.  On his products page, you will find he already has an available activity to export documents.

0 0
replied on March 13, 2015

Thanks for you assistance, Bert! I will check out my options.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.