little nugget. 😉
As we know, there are two scheduled jobs that add to the time
for email to Incident processing:
- One
which will check the SN mailbox of the Instance and pulls them into the
sys_email table of type Inbox
- The
other will go through the Inbox and process the email according to the
Inbound Actions and, when done, sets the email type to Received.
Give that we developers can be impatient you can save time by running this into Scripts - Background
var getSendEmail = new GetSendEmail();
getSendEmail.execute();
(ServiceNow )
Comments
Post a Comment