How to extract a discount model using LoadIfwConfig.
I am trying to extract a discount model using LoadIfwConfig to import it into another environment. The discount model was configured using pipeline toolbox in pricing center.
This is the input xml file I am using as an input to the command : LoadIfwConfig -v -r -i input.xml -o output.xml
<?xml version="1.0" encoding="UTF-8"?>
<IFW xsi:noNamespaceSchemaLocation="LoadIfwConfig.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<RecordSet>
<IFW_DSCMDL_VER DISCOUNTMODEL ="DMod$20off" />
</RecordSet>
</IFW>
Is this the correct way to extract the discount model?