OOTB UI Action Compose Email not showing in Form Menu for custom tables

Miltonism
Tera Contributor

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..)

find_real_file.png

find_real_file.png

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!

1 ACCEPTED SOLUTION

Sai Kumar B
Mega Sage
Mega Sage

@Miltonism 

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

find_real_file.png

View solution in original post

6 REPLIES 6

Sai Kumar B
Mega Sage
Mega Sage

@Miltonism 

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

find_real_file.png

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.

find_real_file.png

Hey,

 I think you are looking at wrong place.

  1. Go to your table list.
  2. Configure Dictionary
  3. Find dictionary with type = collection
  4. Open it and follow what Sai Kumar has mentioned

 

Best Regards
Aman Kumar

@Miltonism 

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