Community

How to display the value of the index field in the document list programatically

I want to add custom columns which show the value of index field to the document list programatically.
https://help.abbyy.com/en-us/flexicapture/12/standalone_administrator/indexing

We can do that from UI (Menu > View > Choose Columns...).
https://help.abbyy.com/en-us/flexicapture/12/standalone_operator/main_menu

But When we deploy our project to several machines, it's impossible to setup columns one by one.

Is there any way?

Was this article helpful?

0 out of 0 found this helpful

Comments

1 comment

  • Avatar
    Permanently deleted user

    Hello,

    The column settings are stored in the Windows registry:

    - for a batch type (Project Setup Station): Shell/FieldColumns/<project id>/Column0

    - for a task (Verification station): Shell/FieldColumns/<project id>/Task/Column0

    Both are copied to these branches:

    HKEY_CURRENT_USER\Software\ABBYY\FlexiCapture\12.0\ and

    HKEY_USERS\<users_guid>\Software\ABBYY\FlexiCapture\12.0\

    Project ID can be found in the Project table of FlexiCapture DB or in the registry by the custom column name.

    Please use the information above at your own risk as it is not a standard procedure to modify FlexiCapture parameters by Windows registry.

    0

Please sign in to leave a comment.