Page tree

You can reuse code from one rule to another, or from one step in the rule to another, by creating an external assembly (DLL) and then accessing it from within the code.

Before you create reusable code, consider these factors:

  • It may not be a good idea to reference automation classes from within your external assembly, because the automation classes can change when a Prinergy upgrade happens.
  • You must store your assembly at C:\Program Files (x86)\Kodak\RBA\bin\Rules\Extensions.
  • No labels