-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Co-sign data is not included in stuf-zds creeerzaak bericht #4762
Comments
@LaurensBurger terinfo |
@olenitsj Please indicate where you want this to be added in the StUF-ZDS creeerZaak operation XML attributes |
@joeribekker, This would be our preference:
|
Ah, a technical answer :) I mostly needed to know which StUF-element will be used for this but you are adding it to "heeftBetrekkingOp". I'm not sure this is semantically the correct location. The relation roughly means: "it affects X". This is typically used when you move to another location, and your family members move with you. Maybe more appropriate would be a "heeftAlsOverigeBetrokkene"? But, since this is unclear/undocumented behaviour I can't say for sure what is best. @sergei-maertens what would be your estimate to add this? |
Hrm, as far as I know we currently only get the BSN. Using the prefill configuration we can get additional details, but this blurs the lines again tussen old and current cosign. I think this would take a team member about 3 working days and then some extra (2d?) to patch up mistakes because of ordering etc. since we don't have access to a real StUF-BG backend to test with. |
@joeribekker I agree, we looked at heeftAlsOverigeBetrokkene first. But it is correct in both ways. The one we prefer will work out-of-the box with our current implementation of the integration tunnel+xxllnc zaken. So that's why we have a preference for heeftBetrekkingOp element. Most important we need the BSN of the cosigner and other data that you already output for the Object API registration backend for cosigning for the GU in the current version in prod. As this is the minimum data set needed for the GU. With regards to estimation and timelines: When will be the first possible moment we could get this installed in our environment? |
The specification for Due to Sergei's comment, we also need to strip all the other information. This snippet should appear directly below {% if co_signer %}
<ZKN:heeftAlsOverigBetrokkene StUF:entiteittype="ZAKOBJ" StUF:verwerkingssoort="T">
<ZKN:gerelateerde>
<ZKN:natuurlijkPersoon StUF:entiteittype="NPS" StUF:verwerkingssoort="T">
<BG:inp.bsn>{{ co_signer.bsn }}</BG:inp.bsn>
<BG:authentiek StUF:metagegeven="true">J</BG:authentiek>
</ZKN:natuurlijkPersoon>
</ZKN:gerelateerde>
<ZKN:omschrijving>mede_initiator</ZKN:omschrijving>
</ZKN:heeftAlsOverigBetrokkene>
{% endif %} @olenitsj can you confirm this is ok? |
I can definitely agree on <ZKN:heeftAlsOverigBetrokkene, this is fine, and a valid reason for the authentiek J. I can agree on a first release without the additional information of the cosigner. I am not sure the business will accept the missing data. However, if this can be added without any additional rework at a later moment. That is fine by me. I will try selling the bsn only solution internally for the time being. |
@vaszig go :) |
Product versie / Product version
2.7.8
Customer reference
No response
Omschrijf het probleem / Describe the bug
Co-sign data is not included in stuf-zds creeerzaak bericht.
This does work with object api, but not with stuf-zds.
Stappen om te reproduceren / Steps to reproduce
Verwacht gedrag / Expected behavior
Expected that the bsn and other cosign data is being sent in a xml node of zaakDMS standard.
Screen resolution
None
Device
None
OS
None
Browser
No response
The text was updated successfully, but these errors were encountered: