ProductComponentFCConv

This code table maps the RulesComponentType codes used by the rules to the FinComponentType codes used by the Financial Manager. You must add an entry to this code table to map the custom codes for your component. The "value" should match the entry you added to the "RulesComponentType" code table. The "description" should match the entry you added to the "FinComponentType" code table. For example:

<code
    default="false" java_identifier="" 
status="ENABLED" value="MY_RCT"
  >
    <locale language="en" sort_order="0">
      <description>MY_FCT</description>
      <annotation/>
    </locale>
  </code>