You need to sign in to do that
Don't have an account?
Question on Event
Hello,
I wrote a trigger that automatically adds an event invitees(User). It works fine on my enterprise edition trial Org so I created it on our Sandbox, I got the same code but it is not working on sandbox, I tried deploying it in production thinking that maybe because the user email address in sandbox is different but it is not also working in production.
on my debug, it shows it is working fine, I'm getting the invitees but it is not showing on the event. below is my code, I have custom settings on this.

Thanks!
I wrote a trigger that automatically adds an event invitees(User). It works fine on my enterprise edition trial Org so I created it on our Sandbox, I got the same code but it is not working on sandbox, I tried deploying it in production thinking that maybe because the user email address in sandbox is different but it is not also working in production.
on my debug, it shows it is working fine, I'm getting the invitees but it is not showing on the event. below is my code, I have custom settings on this.
Thanks!
auto adding invitees won't work on unpublic event, we have workflow rule that automate the event to be visible on selfservice.
Thanks guys!