Hi,
Laserfiche permits make a relation between a table in SQL and dynamic fields but, how can I make a relation in sql Stored procedure and dynamic fields??
Thanks!!!
Hi,
Laserfiche permits make a relation between a table in SQL and dynamic fields but, how can I make a relation in sql Stored procedure and dynamic fields??
Thanks!!!
Hi David,
I think I understand your question...
Create your stored procedure and then insert the SP name in the SPName column in the Laserfiche table database - DBO. Propdef which matches the field you want to populate.
(Note - You will need to re-start your Laserfiche Server Service for this to apply the changes)
Cheers!
Son of gun, Chris. That works! The SP values are also available in the search screen.
Laserfiche, what's the level of official support for this solution?
Hey Ben!
Official Response from LF is that it isn't supported from my past encounters. This was the only way to integrate before LF 8.3 and dynamic fields. Nowadays you are supposed to use dynamic fields/external tables pointing at a SQL view that you have manipulated from a table to whatever you want it to be beforehand.
This is a supported setup for dynamic fields (though Laserfiche will not debug the stored procedure itself if support cases are raised).
Ah! Interesting. Good to know. Thanks Miruna!