How to use LINQ in FlexiCapture 12 rule scripts?

Question

We would like to use LINQ in custom rule scripts. Is it possible?

Answer

To be able to use LINQ, please:

  • add System.Linq and System.Core assemblies in the Document Definition Properties > .Net References tab
  • in the rule script editor declare using LINQ namespace:
    using System.Linq;

    //script

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.