You need to sign in to do that
Don't have an account?
Apex Trigger for Activity Subject
Hi there,
I'm looking to create a field that automatically populates with the Latest Activity Subject. When pulling reports I need to be able to see the latest activity subject and in the out-of-the-box Salesforce you only have access to Latest Activity Date.
From looking around it seems the only way to do this is to create an apex trigger that will populate a Latest Activity Subject field that I create. I'm fairly new to Salesforce and would really appreciate some A-Z guidance on how to best create this.
Thanks!
I'm looking to create a field that automatically populates with the Latest Activity Subject. When pulling reports I need to be able to see the latest activity subject and in the out-of-the-box Salesforce you only have access to Latest Activity Date.
From looking around it seems the only way to do this is to create an apex trigger that will populate a Latest Activity Subject field that I create. I'm fairly new to Salesforce and would really appreciate some A-Z guidance on how to best create this.
Thanks!
All Answers
on which Object do you want to put that field with the "Latest Activity Subject".
My approach would be to create a Process, which updates that Object anytime the "Latest Activity Date" has changed.
Best regards,
Baktash Hossainzadeh