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
value="noValue" during updateZaak means that a the field on a zaak needs to be set specifically to no/empty value. The absence of an element in the input message means that the element should not be changed, but simply keep whatever value is already present for it.
This information is lost when translating ZDS zaak to ZGW zaak. Thats why currently the xslt that creates the zaak patch is using the current ZGW zaak in combination with the "wordt" ZDS zaak.
The goal should be to resolve this information loss somehow during the ZDS to ZGW translation, so that it could be used as a template for all other ZDS to ZGW translations.