Hello everyone,
I am trying to get an email alert sent from a process builder to be displayed in Actitvity Related List. Is there a way to do this with Apex code ? or something simpler ? I saw it was a known issue that it is not possible to do it. I tried to install a non salesforce application but of course not working
So if anyone has an idea, thanks in advance
2 respostas
Hello Clémentine, you can try to add a created record action to your process builder, when a email is sent; create record with the same text; description, subject. for example. Triggers can be used too.