Enabling Reference Repository Matching

By default, the wfin26productaddinternaleditv1.xml workflow is used for both cross-repository overlapping and reference repository matching. However, you must explicitly enable the Reference Repository Matching settings in this workflow.

Procedure

  1. Open the wfin26productaddinternaleditv1.xml file and comment the following lines:
    <!--Transition FromActivity="Matcher" ToActivity="EmptyActivity"><Rule> <Parameter direction="in" eval="variable" name="CrossRepositoryMatch" type="boolean" >crossRepoMatch</Parameter> <Parameter direction="out" name="result" type="boolean" ></Parameter> <Condition format="bsh" ><![CDATA[ result = (CrossRepositoryMatch !=null); System.out.println("CrossRepositoryMatch detected result : "+result); </Condition> </Rule></Transition-->
  2. Uncomment the following line in the EvaluateRulebase and MatchRecord actions:
    <Parameter name="IndexEntityAttributes" direction="out" eval="variable" type="arraylist">IndexEntityAttributes</Parameter>