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
-
Open the RLDiscountList.jsp file in an editor:
WC_profiledir/installedApps/WC_instance_name_cell/WC_instancename.ear/CommerceAccelerator.war/tools/epromotion/RLDiscountList.jsp
WCDE_installdir/CommerceAccelerator/WebContent/tools/epromotion/RLDiscountList.jsp
-
Locate the following line of code:
simpleList.setParm("filterCMCPromotions","true");
-
Replace the value of
true
tofalse
; the revised line of code should look like this:simpleList.setParm("filterCMCPromotions","false");
- Save and close the file.
- Deploy the file to the Enterprise Archive.