Compose Email Table

Mikias Tefera
Tera Contributor

I was looking for a table for compose email in order to use its form , any one who knows
the name of the tablecompose email.png

1 ACCEPTED SOLUTION

jMarshal
Mega Sage
Mega Sage

I don't believe its a form for a record on a table per se, but I do believe it references "email_client.do" as the form it frames the window with, when using that feature. I'm not sure how you access it to get the code or copy/customize/insert&stay/etc...I'll update the thread here if I figure that out.

Note that it's called the "Email Client" (Email client (servicenow.com)), so may be difficult when searching for answers -- as "Email Client" isn't a very unique string to look for, when referring to something specific.

Having said that, you can enable this exact functionality for any table in the platform by adding the email_client dictionary attribute on the specific table's collection record...so if you are just wanting to USE this on a table which isn't Incident, you don't need to re-create it. Here are some instructions for that: https://docs.servicenow.com/bundle/sandiego-servicenow-platform/page/administer/notification/task/en...

View solution in original post

15 REPLIES 15

Awesome @Mikias Tefera - good to know it is working for you!

Yeah it's work know

Could you share the solution?

Could you share the solution, I am having the same problem

Yeah sure! 
It is not something like needs configuration on the UI Builder. 
Here is the steps:

  1. first configure email client for your table
  2. then by opening your workspace on the UI builder create a variant or a page for your email client       like Draft email page , then on the setting give the table to draft email table, like

 

 

 

 'table=sys_email_draft'​

 

 

ui builder.PNG

 

  • Then by entering in to

 

 

 

sys_ux_app_config.list

 

 

 and select your workspace configuration, and in the ux screen tab make sure the draft email page of page definition compose email  not something like record default.

compose email config.PNG

 

Thanks.

If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!