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!
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!
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.