ILOG JRules User Guide > Testing Rules with Rule Scenario Manager > Tasks > Defining Rule Scenario Manager Artifacts > Input and Output Parameters in Excel > The rsm_config Sheet

The rsm_config sheet contains internal data that configures the data in the workbook. When a new Excel workbook template is created in the Console, default rsm_config data is provided, which is normally sufficient for successful execution. Therefore, this sheet does not normally need to be edited by users of the Console.

An rsm_config sheet must be defined according to the following template:

A typical rsm_config sheet might look like the following:

images/rsm_configSheet.png

The parameters that can be set in rsm_config are:

A pair of {inout} and {paramType} parameters is required for each dataset named in the Input Data Sets sheet. The default dataset name in a blank template is inputSet.

Note
If you change the name of a dataset in the Input Data Sets sheet, it will automatically be changed in the rsm_config sheet on loading into the Console, as long as the {paramType} has not changed.

Related Concepts

Data and Datasets
Execution Trace

Related Tasks

RSMXML Serialization
BOMXML Serialization
Improving the Empty XML/Excel Grid Service

Related Reference

Rule Scenario Manager XML and Java Artifacts

Related Samples

How to Test Rules in Rule Scenario Manager Using Java Binding
How to Test Rules in Rule Scenario Manager using XML Binding