Run Business Rule Input File
This file, referenced in requirement.csv
to support the running of
business rules, includes runtime parameter values in the format:
rtp=[PARAMETER:VALUE],[PARAMETER:VALUE]
, and so
on. In this format, PARAMETER
identifies a runtime prompt name
and VALUE
identifies its value.
Be sure to add as many runtime prompts as required to run the rule. Default values are
used if you do not provide runtime prompts and their values. The command ignores runtime
prompts that are not exact matches to those defined for the rule. If no runtime
parameter is required for the business rule, then include rtp=[]
.
A sample input file:
rtp=[Period:Q1],[Entity:USA]
rtp=[Period:Q2],[Entity:USA]
rtp=[Period:Q3],[Entity:USA]
rtp=[Period:Q4],[Entity:USA]