Send notification to the change requester when a change approval is rejected by a CAB member - 14306

Send notification to the change requester when a change approval is rejected by a CAB member - 14306

Requirement:

To send notification to the change requester when a change approval is rejected by a CAB member.

Steps to configure:

1.  Download the attached scripts.

2.  Goto Admin >> Change Custom Function >> Global Function >> New >> Paste the global function contents and save it with a name.

>>Update the URL and integration/technician key in the script. 
You can get the integration key under Admin >> Integration Key >> New
Please use an integration key with admin privilege, as there wont be any role related permission issues. 





3.  Goto Admin >> Change Custom Function >> New >> Paste the send mail change cab rejected.txt content and save it with a name and Update the configuration and scroll down the script and change the FROM address.




4.  Configure a Change custom trigger .

Go to >>Admin>>Change custom trigger>>New.

                    New to ADSelfService Plus?

                      • Related Articles

                      • Cab

                        SELECT changetocab.changeid          "ChangeID",         chdt.title                    AS "Title",         ctdef.NAME                    AS "Change Type",         ownaaa.first_name             AS "Change Owner",  ...
                      • Notification script using Custom function in custom trigger

                        This is applicable from 10600 builds. From 10600 , Business rules dont have Email notification feature. The same use case be achieved through Custom triggers feature as mentioned below. Script to enable notification of request creation using custom ...
                      • How to assign CAB members to a change request automatically.

                        Note:  Attached script will not work beyond 11138 SDP Version. ​ This is a sample script to add CAB Members to a Change Request through Change Custom Triggers.The CAB Members can only be added manually to the Change Request ,under the Approval Tab, ...
                      • To send an acknowledgement email notifications to change owner for every reply conversation in change.

                        Overview The below document explains the steps that need to be configured for sending notifications to change owner for every reply conversation in changes. (i.e) When a reply is sent and a conversation is added to a change then the acknowledgment ...
                      • Change approval

                        SELECT chdt.CHANGEID AS "Change ID", chdt.TITLE AS "Title", orgaaa.FIRST_NAME AS "Change Requester", qd.QUEUENAME AS "Group", ownaaa.FIRST_NAME AS "Change Owner", catadef.CATEGORYNAME AS "Category", priodef1.PRIORITYNAME AS "Priority", ...