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

variable for permission holder in campaign

Joon
Regular Contributor II
Regular Contributor II

Hello Team,

I would like to send an email to the users who have the actual permission to remind that the campaign has not been done yet by your manager.
Which variable I can use for the users ?
2 REPLIES 2

Srinivas
Saviynt Employee
Saviynt Employee

Hello @Joon

Try running below code in email body to find variables exposed

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

Thanks & Regards

Srinivas

rushikeshvartak
All-Star
All-Star
manager = PQ139081
certificationUsers = PQ139106
delegateEmail =
originalCertifier = PQ008475
campaign = com.saviynt.ecm.campaign.domain.Campaign : 614
campaignOwnerAndTheirDelegateEmailList = xxxxx@xxxxx.com
usersManager = PQ139081
users = PQ007272
secondarycertifier =
certification = com.saviynt.ecm.campaign.domain.Certification : 33560
out = java.io.PrintWriter@822507e
[manager:PQ139081, certificationUsers:PQ139106, delegateEmail:, originalCertifier:PQ008475, campaign:com.saviynt.ecm.campaign.domain.Campaign : 614, campaignOwnerAndTheirDelegateEmailList:xxxxxx@xxxxxxx.com, usersManager:PQ139081, users:PQ007272, secondarycertifier:, certification:com.saviynt.ecm.campaign.domain.Certification : 33560, out:java.io.PrintWriter@822507e]

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