Developer forum

Forum » PIM » Possible to use Concat fields in PIM feeds?

Possible to use Concat fields in PIM feeds?

Michael Knudsen
Reply

Hello forum,

- I have a custom field (DWcompositionMaterial) using the field ConcatProvider, which combines the product material composition (both text fields, listbox fields and static text). Currently running a DW9.13.4 (almost latest version) and using the "XML feed provider" the XML output is not as expected (90% Polyester, 10% Cotton - Filling: 0% Polyester filling).

Has anyone done a successfull implementation of a concat field in a PIM feed?

<DWcompositionMaterial>
  <SystemName>DWcompositionMaterial</SystemName>
  <Name>DWcomposition Material</Name>
  <Type>CompositionMaterial</Type>
  <Value>
    <Name>0% WD03, 0% WD05, 0% WD07, 0% WD070% </Name>
    <Value>0% WD03, 0% WD05, 0% WD07, 0% WD070% </Value>
  </Value>

</DWcompositionMaterial>

Br. Michael Knudsen


Replies

 
Michael Knudsen
Reply

*** bump ***

I'm missing a response... Dynamicweb or perhaps Søren Jensen?

 
Søren Jensen Dynamicweb Employee
Søren Jensen
Reply

Hi Michael,

Is that not the same as your other Forum post ?

Extend FieldTypeProviders.ConcatProvider so it supports Listbox fields (dynamicweb.com)

/Søren

 
Michael Knudsen
Reply

Hello Søren,

- both posts are about the Concat provider, but in different context.  When the fix will be applied to the frontend presentation of the Concat field, it hopefully also fix the use of Concat fields in feeds?

Br. Michael Knudsen

 
Michael Knudsen
Reply

In a DW9.13.12 solution this is fixed.

 

You must be logged in to post in the forum