Hi,
We have Laserfiche v 9.0 installed.
I would like to know if it is possible to to upload a document and enter the docuemnt properties (Template-->Fields) to Laserfiche directly from external tool. If yes, kindly let me know how.
Thanks
Hi,
We have Laserfiche v 9.0 installed.
I would like to know if it is possible to to upload a document and enter the docuemnt properties (Template-->Fields) to Laserfiche directly from external tool. If yes, kindly let me know how.
Thanks
There are a few ways to try to make an integration for this type of situation.
First, you can have the external app encode all the field data into the document name. Then you can use WorkFlow or QuickFields to parse the name and fill in the indexing.
Another approach is if the external app is a DB application, you can have it name the document with a key field value and then use WorkFlow or QuickFields to do a lookup against the external apps DB for all the rest of the information.
The most complex approach is to use the Laserfiche SDK to create your own application to connect to the LF repository. You would then build an application that would bridge between Laserfiche and your external application.
Using Workflow or QuickFields as Bert suggested would be good. You may also want to check out the product Affinity.
Thank you Bert and Blake for your responses :).