Using Newsletter Studio with encapsulated access on a multi site project
Hi,
i already integrated newsletter studio on a "normal" singel Application. And it is a great package. Currently i am working on a Multi Site project in Umbraco. There will be different offices (a group of logins) in one Umbraco instance. Is it possible to integrate newsletter studio so that every office - or better every user - has only access to his own customers/subscribers ?
It's not something that's possible out of the box but it could be done using quite a lot of custom code. You would have to create your own repositories and handle the security-parts (who should see what) in these respositories.
Here is an example of how to create your own factory, where you could implement your won repositories that calls our underlaying repos.
Using Newsletter Studio with encapsulated access on a multi site project
Hi,
i already integrated newsletter studio on a "normal" singel Application. And it is a great package. Currently i am working on a Multi Site project in Umbraco. There will be different offices (a group of logins) in one Umbraco instance. Is it possible to integrate newsletter studio so that every office - or better every user - has only access to his own customers/subscribers ?
Best Regards
Caglar Tasci
Hi!
Nice to hear that you like the package!
It's not something that's possible out of the box but it could be done using quite a lot of custom code. You would have to create your own repositories and handle the security-parts (who should see what) in these respositories.
Here is an example of how to create your own factory, where you could implement your won repositories that calls our underlaying repos.
https://github.com/enkelmedia/NewsletterStudioContrib/tree/master/Newsletter%20Studio%20V2/NewsletterStudioContrib/Factory
It would be quite some work but should be possible.
// m
Thank you for the solution offer. i did not had time to try it yet. i will write you back asap
is working on a reply...