09/28/2022 08:22 PM
09/28/2022 09:52 PM
Ownership Transfer
Do not reply as this mailbox is not monitored
Ownership Transfer
WHY AM I RECEIVING THIS?
SSM has received a request to immediately transfer ownership of one or more Entitlements to you due to the previous owner, ${user.firstname} ${user.lastname}, either leaving organization or due to an immediate deactivation of their access privileges. You are receiving this e-mail because you are either the previous owner’s Line Manager or are a designated approver for access to those accounts.
WHAT DO I NEED TO DO?
Please log in to SSM and visit View Existing Access tile on the homepage to check the account(s) that have been transferred to you.
If you would like to transfer ownership, please raise a ServiceNow ticket. When transferring ownership of an account, you must attach an e-mail to the ticket confirming the approval of the new custodian.
If you wish to remain the custodian of the entitlement(s), no further action is required.As the entitlement owner, you will be expected to review access to this account periodically – instructions will be sent prior to any required review.
WHERE CAN I FIND OUT MORE?
Visit the Learning Portal for step-by-step instructions.
For technical assistance using SSM, please submit a ticket in ServiceNow. For help submitting a ticket, please refer to this QRG.
09/29/2022 06:59 AM
@rushikeshvartak thanks for the suggestion. Do you know what binding variables I can use for the new owner, I am assuming that could be the owner on termination (if configured), the user's manager.
09/29/2022 07:22 AM - edited 09/29/2022 07:24 AM
You should be able to use ${ownerOnTerminate?.email} if the owner on Terminate is configured else it will default to ${manager?.email}
09/29/2022 07:40 AM
Use below code to check what all variables available in email template
${this.binding.variables.each {k,v -> println "$k = $v" + "<" + "br" + ">"}}
10/14/2022 11:02 PM
Can we include entitlement value as well?
10/15/2022 06:22 AM
You can check if its available in your case refer output from below post