Hi all
I have an xml port and can't figure out how to get the structure as shown below.
My aim is this structure of the xml-port (red marked area):
Actual state is this:
There is no table for the CustomFields.
For example, my challenge is to make form :
<VKOrderNo>2021-60217</VKOrderNo>
an output like this:
<CustomField name="VK Order No">VK Order No</CustomField>
Does anyone have an idea without having programming the xml port?
Thanks and best regards.
Emaz
Answers
Are the CustomerFields allways the 7 ones in the image ?
Regards
And are this fields included in OrderItem ?
yes, the fields are always these 7.
You could modify your XMLPort like this:
And in the code assign the values, in the image are fixed but you must assig the correct field value in every CustomFieldx
And this should be the result:
Regards