07/07/2023 05:10 PM
Hello,
Is there a way to have business justification from ARS task in our GrantAccessJson as a variable? For example we're grabbing comments from tasks by using this ${task.comments}. Would it be possible to do the same for business justification?
For context, what we need is the snow request number coming from the Saviynt APP in ServiceNow when a request is sent to Saviynt for fulfilment. The only place we're seeing that value in Saviynt is in the business justification.
Alternatively, is there a way to send the SNOW request number directly through the GrantAccessJson in our connector?
Thanks
07/08/2023 08:21 AM
Ticket is created post provisioning hence you won’t be able to retrieve ticket number and send.
07/10/2023 02:07 AM
Hi @GOE ,
If you are looking to pass the values provided manually in the business justification on the ARS page then please use the below binding variable.
${businessJustification}
Thank you
Vedanth B.K
07/11/2023 11:38 AM
Hi @Vedanth_BK ,
We had tried using ${businessJustification} before, but it gave us an empty value.
07/12/2023 02:25 AM
07/17/2023 11:04 AM
We do have a value populated there
07/17/2023 08:12 PM
${arsTasks.requestAccessKey.comments}