Email client templates visibility on condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi Everyone,
Requirement 1:
There is an out-of-the-box email client template for change requests called “Email to Requested By and Assigned To.” The requirement is to hide this email template when the state is “Closed” or “Cancelled.”
However, even after adding a condition to the template, it is not working as expected. The 'Send Email' UI button is not disabled immediately when the state changes to closed/cancelled. After the complete form reload, the button becomes disabled. Is there a way to make the button disabled as soon as the state changes to closed/cancelled?
Configuration of the client template
Before form reload:
Before form reload
After form reload:
After form reload
Requirement 2:
I need to hide this button in the native UI when state is closed/ cancelled. But I am unable to find its location in the instance.
Requirement 3:
Is there any possibility to hide the entire email section?
Please help me on these requirements. Thank you in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
52m ago - last edited 28m ago
For Requirement 1 & Requirement 2 (and Requirement 3?) :
- Navigate to the form of the change_request table where you want to hide Email button.
- Right-click the header bar and select Configure > Dictionary.
- Open the record where Type is collection
- In the Attributes field, add email_client = false
- Update it.
Result : Email will not show any more for Change request record.
Besides Work notes, comment -> Email will not show any more
