how to make FROM field read only the EMAIL Client Templates Page which is called from UI Action Button

snowuser13
Tera Contributor

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.

 

find_real_file.png

1 ACCEPTED SOLUTION

sachin_namjoshi
Kilo Patron
Kilo Patron

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

View solution in original post

5 REPLIES 5

Ravi T
Tera Guru

Hi 

Right click on the from field go to configure dictionary 

make it read only

 

Regards

Ravindra

sachin_namjoshi
Kilo Patron
Kilo Patron

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

Thanks Sachin for the quick reply, System Property worked for FROM field is there any property that hides the REPLY TO field ??

Yes, please make below system property to FALSE for hiding reply in email template.

 

glide.ui.email_client.reply_to

 

Regards,

Sachin