Developer forum

Forum » Feature requests » Changes to GroupPaths and its information in a Feed

Changes to GroupPaths and its information in a Feed

Nicholai Pedersen
Reply

image.png

  1. GroupPaths contains <Id> + <Name>, but not the group's <Number> ?
  2. <GroupPaths> contains other <GroupPaths> but shouldn't it be <GroupPath> ?
Current XML:

<GroupPaths>
   <GroupPaths>
      <Id>GROUP94</Id>
      <Name>SÆBE/DESINFEKTIONSDISPENSERE </Name>
   </GroupPaths>
   <GroupPaths>
      <Id>GROUP81</Id>
      <Name>BJÔRK DISPENSERE</Name>
      <Sorting>14</Sorting>
   </GroupPaths>
</GroupPaths>

 
Expected/Requested XML output:
<GroupPaths>
   <GroupPath>
      <Id>GROUP94</Id>
      <Number>1</Number>  
      <Name>SÆBE/DESINFEKTIONSDISPENSERE </Name>
   </GroupPath>
   <GroupPath>
      <Id>GROUP81</Id>
      <Name>BJÔRK DISPENSERE</Name>
      <Number>2</Number>  
      <Sorting>14</Sorting>
   </GroupPath>
</GroupPaths>

Request: 

  1. Add <Number> to GroupPaths
  2. Rename/Change child <GroupPaths> to <GroupPath>

Requested by Michael Knudsen, Co3

https://doc.dynamicweb.com/forum/pim?ThreadID=83276


Replies