- GroupPaths contains <Id> + <Name>, but not the group's <Number> ?
- <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>
<Name>SÆBE/DESINFEKTIONSDISPENSERE </Name>
</GroupPath>
<GroupPath>
<Id>GROUP81</Id>
<Name>BJÔRK DISPENSERE</Name>
<Number>2</Number>
<Sorting>14</Sorting>
</GroupPath>
</GroupPaths>
<Sorting>14</Sorting>
</GroupPath>
</GroupPaths>
Request:
- Add <Number> to GroupPaths
- Rename/Change child <GroupPaths> to <GroupPath>
Requested by Michael Knudsen, Co3
https://doc.dynamicweb.com/forum/pim?ThreadID=83276