Reply, Reply All, Forward functionality in Activity Log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 07:44 AM
Hi,
My requirement is to enable Reply, Reply All, Forward functionality in Activity Log for the custom table. I have enabled the "glide.ui16.emailStreamResponseActions" for the same. Although I turned on the system property, the buttons are not visible in the activity log.
Could you please guide me what should I do further to have these buttons appear in the custom table's activity log?
Thank you in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 10:17 AM
Hi,
My customer don't want to enable the macro, since without enabling the macro itself this functionality is working for other custom tables. So I have to look other ways, how i can achieve it. Is there any possibility to have email client template to have this functionality?
Thanks,
Aruna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 09:22 AM
Hi @Aruna13 ,
Please refer to below thread:
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
Sumanth Meda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2024 11:59 AM
Hi ,
I was able to add Reply,Reply All and Forward functionality in activity log. Now I am facing issue with the "Reply To" field for those email client tempates. I wrote a script include for getting Reply To field. The thing is we need to display the email address based on the category of the current record.
ReplyTo field:
javascript: new AR_replyto().getEmailForReplyToButtons();
script include:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2025 07:50 AM
I was able to add Reply,Reply All and Forward functionality in activity log.
Can you explain what the fix was for this issue?