- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2019 01:31 PM
how to make FROM field read only the EMAIL Client Templates Page which is called from UI Action Button
I have created a EMail Client template which is used in UI Action Button. When we click on the UI Button it will pop the Compose EMail form. I need to make FROM field Read only on that form. Help me out. Attached screen shot for reference.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2019 01:45 PM
You make hide "FROM" in email client with below system property.
glide.ui.email_client.from
Update this property value to false so that FROM is not displayed in email client.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2019 01:41 PM
Hi
Right click on the from field go to configure dictionary
make it read only
Regards
Ravindra

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2019 01:45 PM
You make hide "FROM" in email client with below system property.
glide.ui.email_client.from
Update this property value to false so that FROM is not displayed in email client.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2019 02:11 PM
Thanks Sachin for the quick reply, System Property worked for FROM field is there any property that hides the REPLY TO field ??

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2019 02:27 PM
Yes, please make below system property to FALSE for hiding reply in email template.
glide.ui.email_client.reply_to
Regards,
Sachin