Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Send Mail to Old and New Manager

AshishDas
Regular Contributor II
Regular Contributor II

Hi,

We have a requirement as to when an owner of a service account changes, a mail should be triggered to both the Old as well as the new owner.

How can this be achieved?

5 REPLIES 5

pruthvi_t
Saviynt Employee
Saviynt Employee

Hi @AshishDas ,

Once the ownership is transferred, the db value for the account owner will be changed and the email template you choose in the user update rule for transfer ownership action will intimate the new owner regarding the ownership transfer.

Hence as per the design it is not possible to send an email to old owner once the ownership is transferred.

Thanks


Regards,
Pruthvi

Does ownership transfer also trigger task in target ?

does email only sent if you own something ? Using update rules


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

rushikeshvartak
All-Star
All-Star

How request is initiated ?


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

AshishDas
Regular Contributor II
Regular Contributor II

Hi,

The request will be initiated via 'Manage Service Account' tile. Wherein, a update account request is to be initiated to by changing the owner from manage service account tile. When the request is submitted or completed. An email should go to the old manager stating that a new manager has been selected.

P.S : Approval request goes to the new manager.

Can you validate if old/New manager/owner value listed in any variable by using below script in email body

 

${this.binding.variables.each {k,v -> println "$k = $v" + "<" + "br" + ">"}}


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.