Scenario:
- I have 3 users with different roles (admin, siteAadmin, and siteBadmin).
- I have a collection which is consumed by 2 sites (siteA, siteB).
- a custom hook is setup for the collection to send external email to admin user
- Posting data via public API.
Goal: I want to hide the data coming from siteA on siteBadmin listing. Is that possible without creating a custom page? Or is it best to create a duplicate collection for siteB instead?
Any other alternative to achieve the goal?
TIA