Hello Everyone,
I'm looking for different ways of integrating my IBM i with Laserfiche. One idea I have is to build a couple of SQL table functions that could return the metadata values from documents including the Entry ID so that I could then open these documents by entry ID to display to the user. Our companies access rights are configured on the iSeries box and one of the hardest things I have dealt with is mirroring the same access to Laserfiche. So instead, my thought is to have my HR users access Laserfiche documents from the IBM i by displaying the metadata in a window there. Then when they want to see the document, they will click a button which would then open a window with Laserfiche. I just need to display the metadata in the IBM system and I figured an easy way would be to run a query against the tables on the SQL server. a SQL function that could display all the metadata for a bunch of documents that when they want to open them, a click would do it.
The use case is job applications. Currently, Job applications come into LAserficeh and are filed away with all the personal information. When an HR person wants to see one of these, they have to go into Laserfiche. I would rather have them in the iSeries looking at a list of current application data, and when they want to view the application, they click an option. I already have other programs where someone clicks an option and based on the data on the screen, I open Laserfiche with a search string to open the document. I would rather have the data displayed to be from Laserfiche so there is never a question of if the document exists. Hopefully, that makes sense to everyone. Thanks for the help!