You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
It should be possible to create an empty importfile to remove all properties of a given owner from a platform. This is currently possible with IDX.
Desired Solution
Make export -> properties -> property minOccurs=0 instead of minOccurs=1
The text was updated successfully, but these errors were encountered:
Thats correct that was in the original implementation. Its important that <properties /> is present however, this would represent a empty delivery.
aka.
<export>
<projects></projects>
</export>
Would delete all projects but would leave properties alone. This will make possible seperation of project and property (or some other future resources) delivery in the future possible.
<export>
<properties></properties>
</export>
Would delete all the properties
<export>
</export>
Would do nothing.
What do you think? This would probably be the result in having minOccurs=0 instead of =1 .
Problem description
It should be possible to create an empty importfile to remove all properties of a given owner from a platform. This is currently possible with IDX.
Desired Solution
Make export -> properties -> property minOccurs=0 instead of minOccurs=1
The text was updated successfully, but these errors were encountered: