Migrating Business Rules from Financial Management (Financial Management Users Only)

To migrate Financial Management business rules from a previous release of Financial Management to Calculation Manager, you use the Import feature of Calculation Manager.

When you import Financial Management business rules, they are imported as Visual Basic script rule files (.rle files) with SUB statements. Each SUB statement in the rule file is converted into a Calculation Manager script component for the rule and rule set of the SUB statement's calculation type.

Following is a list of the valid SUB statement types:

For each SUB statement of a valid calculation type, a ruleset containing one business rule with one script component is created. If there is a SUB statement in the rule file that is not one of the valid calculation types, or if there are functions, they are converted into the Generic calculation type. For example, if there is a SUB statement, Write_To_File(), in the rule file, it is converted to the Generic calculation type, because it is not one of the defined calculation types.

Following are the possible rulesets, rules, and script components that may be created during migration from Financial Management to Calculation Manager:

Sub Calculate

Sub Translate

Sub Consolidate

Sub Dynamic

Sub Input

Sub NoInput

Sub Transactions

Sub EquityPickUp

Sub Allocate

Sub Generic

SUB Global

  To migrate business rules from Financial Management to Calculation Manager:

  1. In the System View, select File, Import.

  2. To migrate Financial Management objects from a prior release into Calculation Manager, you must import them in a file. See Importing Business Rules, Business Rulesets, Templates, and Formula and Script Components.

After all of the SUB statements in the file are converted to rulesets, rules, and script components, and migrated, you can view the calculation objects in Calculation Manager.

If you want to convert the script components to graphical objects, you can create new business rules and formula components in the Rule Designer. You can have a combination of graphical rules and script components. If you do not convert the script components to graphical objects, you can deploy them after you migrate them.