Hello,
could someone provide an example of an global Rules script in C#. I have trouble getting the syntax/namespaces right.
Global Script
using ABBYY.FlexiCapture; class Test { test() { FCTools.ShowMessage("Hello World!"); } }
Document Rule Script
Rules.Test.test();
Thank you,
Tobias