Stream: implementers
Topic: Communication for multiple recipients
Nahomi Bouza (Mar 19 2021 at 19:46):
I have a Communication based on a Communication Request with multiple recipients and have trouble representing the status. If not all recipients received the information, then between them they would have different status and I don't know how to represent this in the Communication. Someone knows how to do it?
Lloyd McKenzie (Mar 19 2021 at 21:35):
If each Communication happens separately, then you should have 3 Communication instances (one per recipient) all tied to the one CommunicationRequest. Each would have their own recipient
Nahomi Bouza (Mar 22 2021 at 13:07):
Thank you for your help :smile:
Last updated: Apr 12 2022 at 19:14 UTC