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

I need to set a before trigger on incoming emails that sets a value to an email that has a null subject line. What is the proper apex code to set this trigger
I need to set a before trigger on incoming emails that sets a value to an email that has a null subject line. What is the proper apex code to set this trigger that will take an incoming email with nothing in the subject line and set placeholder verbiage
Please use below code:-
if you need any assistanse, Please let me know!!
Kindly mark my solution as the best answer if it helps you.
Thanks
Mukesh
Is this still the right path to set a before trigger?
Thanks