Making migrated promotions visible in

After you migrate a promotion partially or completely to the , you might have a business need to view the migrated promotions in the . These promotions will be in a read-only state in the Accelerator.

Procedure

  1. Open the RLDiscountList.jsp file in an editor:

    WC_profiledir/installedApps/WC_instance_name_cell/WC_instancename.ear/CommerceAccelerator.war/tools/epromotion/RLDiscountList.jsp

    WebSphere Commerce DeveloperWCDE_installdir/CommerceAccelerator/WebContent/tools/epromotion/RLDiscountList.jsp

  2. Locate the following line of code:
    simpleList.setParm("filterCMCPromotions","true");
  3. Replace the value of true to false; the revised line of code should look like this:
    simpleList.setParm("filterCMCPromotions","false");
  4. Save and close the file.
  5. Deploy the file to the Enterprise Archive.