When business rules are first created in the Rule Solutions for .NET development environment, they are generally grouped together into "packages" within a rule project. RuleDocs are created by exporting one or more rule packages from Rule Solutions for .NET, using the following conventions:
-
All the rules of package MyPackage are placed in the same RuleDoc called MyPackage.docx.
-
If the package contains one or more decision tables, they are placed in a separate RuleDoc called MyPackage.xlsx
-
Rules that do not have a package are placed in a separate RuleDoc called DocLib.docx.
-
All rules in a subpackage MyPackage.SubPackage will be placed in a subfolder called SubPackage in a RuleDoc called MyPackage.docx.