Fullfiller submits form to send an email to approver of fulfillers choosing

Nicholas Hromya
Mega Guru

Hello everyone,

 

Scenario:

I have been trying to get this to work within a Request (RITM).

Only my Fulfillers (IT SME) can see the catalog item to submit a department wide email that a system is down.

The fulfiller can choose the manager (filtered list) to approve.

The approver wants to see the (RITM) form filled out as it will look before it goes to all departments.

After it is approved an email goes out to everyone in the department.

 

Issue:

The normal RITM approval process (email script - with approve / reject links) works fine.  We have a given template that shows variables in the approval email.   However, the managers want to see how the formatting of the email will look before they approve it.  How can I filter out different catalog items between our other 38 or so catalog items that are using the existing approval notification?

 

The current approval notification "When to send" is

Record inserted or updated

State changes to Requested

source table is sc_request OR

source table starts with sc_req OR

source table is request_item

 

Extend the sc_req_item table?

 

I hope this makes sense.

If there is a better way (record producer, create my own table/program). I am interested to hear that too. 

Thank in advance.

Nick



4 ACCEPTED SOLUTIONS

Rutuja Khalate
Tera Guru

Hi @Nicholas Hromya 

 

You can create a new notification and mention your required conditions like

"When to send" is

Record inserted or updated

State changes to Requested

source table is sc_request OR

source table starts with sc_req OR

source table is request_item

your_catalog_item is name_of_catalog_item

 

And exclude your catalog item name from the current notification

"When to send" is

Record inserted or updated

State changes to Requested

source table is sc_request OR

source table starts with sc_req OR

source table is request_item

your_catalog_item is not name_of_catalog_item

 


Please mark this response as correct or helpful if it assisted you with your question.

Best Regards,
Rutuja Khalate

View solution in original post

Hello @SanjivMeher

Now that I remember how to do dot walk.  I was able to set Approval for.Task type, but I am not able to find the Approval for.Requested item.  The only thing under Approval for. starting with R is Reassignment counts and Route Reason.  I imagine, I am doing something wrong.  

 

NicholasHromya_0-1709058254446.png

 

View solution in original post

I found how to make this work in the PDI, but not in our environment.  😞

 

View solution in original post

You may need to activate this property to see the extended tables fields.

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0813116

 


Please mark this response as correct or helpful if it assisted you with your question.

View solution in original post

8 REPLIES 8

SanjivMeher
Kilo Patron
Kilo Patron

You can create another notification. Make sure to set the weight of the email to 100, which will make sure the system ignores the email generated by the OOB notification. If you want to know more about weight in notifications -> https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0829694

 

Also in the condition, add appropriate condition to trigger the approval notification only for the catalog you want the email sent for, so that other catalogs are not impacted.

 

SanjivMeher_0-1708990056214.png

 

 


Please mark this response as correct or helpful if it assisted you with your question.

Hello @SanjivMeher

Thank you for the reply.

I do not see how to set the drop down in the When to Send - "Approval for.Task type".  This does not show up in dropdowns and does not show up after I select "Show Related Fields".

NicholasHromya_0-1709048990160.png

 

Thank you

Nick

Apparently, I forgot how to dot walk...

Hello @SanjivMeher

Now that I remember how to do dot walk.  I was able to set Approval for.Task type, but I am not able to find the Approval for.Requested item.  The only thing under Approval for. starting with R is Reassignment counts and Route Reason.  I imagine, I am doing something wrong.  

 

NicholasHromya_0-1709058254446.png