Hi,I wanted to print the task start date of the future dated task in the revocation email sent to users whose access is going to be revoked. I tried ${task?.startdate} and also ${com.saviynt.ecm.task.ArsTasks.get(task?.id)?.startdate} but no luck. I ...
Hi,I am trying to determine the binding variable for the certifier's email address in the Revoke Task email. Also when the task is created to Remove child entitlement ${users?.email} is a null value so I would like to add a conditional logic check no...
We are seeing a weird behavior where the remove access task is created immediately when the certifier does future-dated conditional certification. Will access be revoked as well or remove access task just stays in open state until the end date is rea...
Hi,When we try to revoke nested membership as part of the entitlement owner campaign, a revocation task is created and completed but does not remove nesting from the target. Do we need to run any job for this or does Saviynt not remove it from target...
Hi,I wanted to get clarification if the ADSI connector adds and removes value from ActiveDirectory even though there is no change in value. for e.g.If the current description is ABC and since there was an update for some other attribute does ADSI rem...
@sk are you thinking this is due to the case? As I already tried with ${task?.startdate} and it did not workYes I do see in the arstasks table tasks created with a future start date
@sk
I am triggering email from certification
Below is the output
task = com.saviynt.ecm.task.ArsTasks : 5552326manager = abccampaign = com.saviynt.ecm.campaign.domain.Campaign : 485baseUrlForEmail = https://release-n-plus-one.saviyntcloud.com/ECMcam...
Could you also suggest what is the issue in the below statementHi <%if(null!=task?.accountName || task?.accountName!='') print "${users?.firstname}" else print"XYZ"%>Even though task?accountName value is null it is not evaluating it correctly