05/25/2023 12:14 AM
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?
05/25/2023 09:45 AM
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
05/25/2023 03:45 PM
Does ownership transfer also trigger task in target ?
does email only sent if you own something ? Using update rules
05/25/2023 03:45 PM
How request is initiated ?
05/29/2023 04:27 AM
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.
05/29/2023 03:35 PM
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" + ">"}}