03/15/2023 03:17 AM
Hi Team,
We are trying to send out an email approval notification when a user request for a credentials/credential-less account, however the desired variables are not getting printed.
Template body:
We have tried modifying the 'endpoints' variable to 'endpoint', however with no positive outcome. This has been tried in 2021, 2022 and 2023.2 versions and the output remains same.
Could someone help me on the same.
03/15/2023 07:28 AM - edited 03/15/2023 07:29 AM
Endpoint and accountname are not exposed in PAM requests,
Refer: https://forums.saviynt.com/t5/privileged-access-management/binding-variables-for-privileged-access-r... to get the details of endpoint and accountname
For requestID use: ${requestid}
03/17/2023 02:42 AM
Hi,
I have tried the mentioned solution however I am getting the below error when the email is trigerred:
03/17/2023 04:32 AM
Do you have Advanced CSS enabled if not please enable it and try. If it still fails pls share the logs with respective error
03/17/2023 06:03 AM
Hi,
Tried with the suggested approach, still getting the same error. I was not able to find anything in the logs however I found that everytime I am trying to access any account after this template is applied to the workflow, the email history job fails with the below error:
Please note that this does not happen with other workflows like Role Elevation etc.
03/17/2023 06:10 AM
03/21/2023 02:32 AM
Hi sk,
I tried the above solution and it worked in v2021, could you please also share the binding variable for 'comments'.
REQ: When a user requests for a password check-out session they add comments(mandatory field) before submitting the request, is there a binding variable to print the comments data in the email template.
03/21/2023 03:50 AM
Also Saathvik, this has stopped working in version 2023.2, however it works fine in 2021. @NageshK any thoughts.
Regards
Gazala
06/01/2023 04:54 AM
@sk Can we display the Endpoint variable when a user is requesting for an Entitlement from the ARS page. Home-->My Access-->Request New Access-->Select the Endpoint Tile-->select the account--->select the Entitlement.
Can you please help me with the variable to get the Endpoint details when the above request is raised.