Skip to Content
0
Former Member
Jan 17, 2018 at 03:31 PM

How to populate GlobalDiscountValues Field in Order

116 Views

Hi All ,

I want to populate How to populate GlobalDiscountValues Field in Order. I need this as part of data migration activity so need this in hot folder.

Impex its working fine : UPDATE Order;code[unique=true];GlobalDiscountValuesInternal [VD>]

But not working with hot folder :

         <value>
             UPDATE Order;code[unique=true];GlobalDiscountValuesInternal
         </value>
     </property>
     <property name="impexRow">
         <value>;{1};[<DV<global#6.0#true#6.0#EUR>VD></global></DV>];;{S}
         </value>
     </property>

also tried with :

         <property name="header">
         <value>
             UPDATE Order;code[unique=true];GlobalDiscountValuesInternal
         </value>
     </property>
     <property name="impexRow">
         <value>;{1};[<DV<global#122#true#122#USD>VD>];;{S}
         </value>
     </property>


Getting below error : "Element type "DV" must be followed by either attribute specifications, ">" or "/>"."

Thanks in advance