- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks 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!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Thank you @Tanushree Maiti for your response! Now, the email template is hidden from the form. The email button is also not seen in the native UI.
The third requirement is, when the state of change request updates to closed or cancelled, the template needs to be hidden.
Can we hide the email template based on condition?
