Is there a way to completely remove the deprecated Save to Laserfiche that is in the FormsConfig? I have a client that is no longer using it, but the configuration options still show up in the FormsConfig page and we would like to completely remove it. They are now using Forms 10.4.1.
Question
Question
Answer
SELECTED ANSWER
replied on September 1, 2019
Hi Blake,
The save to Laserfiche will appear if the root_folder/savetolf_account/savetolf_password columns in cf_lfdb have data and these data can't be cleared out from the Configuration site as they are read-only, you can set the value for those columns to NULL in database with following steps to completely remove it:
1. run "update [dbo].[cf_lfdb] set root_folder=NULL, savetolf_account=NULL,savetolf_password=NULL" with Forms database
2. recycle FormsAppPool from IIS Manager->Application Pools
0
0
Replies
You are not allowed to reply in this post.
You are not allowed to follow up in this post.