Use the Business Rule Manager > Rule Defaults tab of the Project options window to define the rule name templates available when you use Code Search to create rules in a specified rule set.
You can use any combination of text and bracketed property names in a rule name template. So if you are creating rules for data ports, the entry:
File Write [Caption]
might produce the following rule names:
File Write REWRITE CATALOG-MASTER File Write REWRITE FCOST-MASTER-REC File Write WRITE DATASET('INVOICE')
Valid properties are any property of a construct, plus:
You can substitute a business name for an I/O element in a property value by appending "/bus" to the property name. If the CATALOG-MASTER variable has the business name MASTER CATALOG:
File Write [Caption/bus]
produces the output:
File Write REWRITE MASTER CATALOG