Restrict file Deletion in RTC SCM
One answer
Hi,
you can restrict who is able to deliver by using team ownership to the streams and permissions.
If user are supposed to not be able to delete files but otherwise should be able to deliver you would have to develop a process extension that prevents it. You can find an example that describes your requirement here: https://jazz.net/wiki/bin/view/Main/RTCSDK20_ProcessPreConditionExample the source code is here: https://jazz.net/wiki/pub/Main/RTCSDK20_ProcessPreConditionExample/advisor-example.zip
Thanks,
Ralph
you can restrict who is able to deliver by using team ownership to the streams and permissions.
If user are supposed to not be able to delete files but otherwise should be able to deliver you would have to develop a process extension that prevents it. You can find an example that describes your requirement here: https://jazz.net/wiki/bin/view/Main/RTCSDK20_ProcessPreConditionExample the source code is here: https://jazz.net/wiki/pub/Main/RTCSDK20_ProcessPreConditionExample/advisor-example.zip
Thanks,
Ralph
Hi,
Is there a way to restrict file deletion in RTC SCM ?
I want to give the file deletion privilege only to specific group of people / roles.
is that possible ?