- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2022 07:56 PM
The out of the box UI Action for Compose Email is not showing up for my custom created HR Case extended tables but this Compose Email UI Action is visible for the out of the box COE tables (HR Payroll, HR Total Rewards, etc..)
These are the out of the box Compose Email attributes and I did not really change anything. The Workspace Form Menu is active and is available for the OOTB COE tables but not for my custom COE tables, but my custom COE tables extend the HR Case table. If anyone has ran into this problem and has a solution, I would love to hear your approach and solution! Thank you all!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2022 10:48 PM
Ensure, your custom table Collection type dictionary record has the Email client attribute and it's value as True
Below is example of change_request table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2022 10:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2022 11:01 PM
Hi Sai,
Thanks for the response. My custom table is within the Human Resources: Core application extending the HR Case table. Can you guide me on where I can go to the custom table Collection type? All I see for my related lists are Access Controls, Labels, Database Indexes, and Table Subscription Configuration. I tried adding an email field for the Database Indexes but there was no email field. Please advise.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2022 11:28 PM
Hey,
I think you are looking at wrong place.
- Go to your table list.
- Configure Dictionary
- Find dictionary with type = collection
- Open it and follow what Sai Kumar has mentioned
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2022 02:10 AM
1.) Go to sys_dictionary table list
2.) Filter records with your custom table name and type as Collection
3.) Open that record, In below you can see the Attributes section there create a record with email_client and set it to true as per my previous response