You need to sign in to do that
Don't have an account?

sharing notifications
Is there a way to notify the user (or group of users) when they have been granted sharing to a custom object record? The use case is, we have a custom object and the person that has just been granted sharing doesn't know anything about it. So we would like to notify them via email. It doesn't look like you can do a trigger on the sharing table but I thought someone else might know of a way to do it.
Is the sharing screen a custom Visualforce screen?
You won't have to re-write the screen or page. But instead, just extend the controller (ie Apex class) to send an email. It shouldn't be a lot of code that needs to be added.
Ah, sorry. I see your point of wanting to tie it to a trigger on the __Share object. I thought you had written some apex to manage the sharing and not the standard functionality. I am not sure of any workflow rules you can leverage to do this without written some apex to grant the sharing and the email. Sorry for the confusion.