I have 36 hospital sites and want to assign different roster for different sites, is it possible to show my roster as per the site selection. In below screen I have 7 rosters but as per the site is selected the respective roster will only be shown Is their a way to do this?
Rosters are a "global" resource. You'd have to make different rosters for each type-of-user across each type-of-site.
What you can do instead, in the alarm notification pipeline, is use a calculated roster to retrieve roster information from a database (or anywhere else you can programmatically define this information) and build it up into a complete roster before it's sent:
You could even put everyone across all sites into their appropriate roster buckets, then in the calculated roster retrieve all users and filter it down to only the users appropriate to a given site.
1 Like
Ok got it Thanks for the info.
