Hi all,
At some point in time, the following:
- Laserfiche Server name
- Database Server alias
- Database name
- Attribute name in a database table
will change for all Quick Fields QFX sessions.
Change it directly in Quick Fields will take a lot of effort, 25 qfx with multiple document classifications.
Change it directly in the QFX with notepad find and replace for all will also take a lot of effort.
I created a custom made VB script to do above changes. That work good for all lookups and for all real time lookups. However, the "Connection Information" is encrypted, so the VB script cannot change what it cannot read or find, see the following (scroll down, almost at the bottom of the QFX):
<EncryptedData xmlns="http://www.w3/.org/2001/04/xmlenc#">
<CipherData>
<CipherValue> <CipherValue>
</CipherData>
</EncryptedData>
(I took away the Ciphervalue)
Is there another smarter way to deal with it? Now it is 25 different QFX and will grow substantially, taken into account the various jurisdictions.