ImportRules.bj

Action

Import business rules from an ERD file.

Syntax

ImportRules LogFile Workspace FileNames [Mode] 
Required Parameters Description

LogFile

Output log file generated when the batch script is executed.

Workspace

Workspace file (.rwp).

FileNames File name of ERD file, or a pattern to match ERD file names.
Optional Parameters Description
Mode How to handle rules that have the same internal names as existing rules. Specify:
  • Creating, to create rules with unique internal names, whether or not they have the same internal names.
  • Replacing, to replace existing rules whether or not they have been updated.
  • Updating, to replace existing rules only when they have been updated.

The update test is against the Last Validation Time attribute. Replacing is the default.