Click HERE to see how Saviynt Intelligence is transforming the industry. |
05/31/2024 09:54 PM - edited 05/31/2024 09:54 PM
Hi Team,
We have a use case to pass business justification in rest connector. I have tried ${businessJustification} but it gives empty even though I have added the Business justification.
Could some please help out .. it is an urgent requirement.
Thanks
06/01/2024 12:54 AM - edited 06/01/2024 12:57 AM
@NM try below
${task.requestKey==null?'':task.requestKey?.businessJustification?.replaceAll('<.*?>','').replaceAll('\\n','').replaceAll('\\r','').replaceAll('[^ -~À-ÿ]+','').replaceAll(new String('XFw='.decodeBase64()),new String('XFxcXA=='.decodeBase64()))}
or
${arsTasks?.requestKey?.businessJustification}
or try all
${task.requestedBy.businessJustification}
${requestor.businessJustification}
${com.saviynt.ecm.identitywarehouse.domain.Users.get(task?.requestedBy).businessJustification}
06/02/2024 10:52 AM
Hi @Raghu , none of this works?
any other variable?
06/02/2024 10:45 PM
${arsTasks.requestAccessKey.comments}
06/02/2024 09:08 PM
@NM check these post :
How to Retrieve Business Justification from ARS to... - Saviynt Forums - 42325
Solved: Passing ARS Form Comments in JSON - Saviynt Forums - 11769
06/03/2024 04:53 AM
06/03/2024 06:25 AM
@NM you can use as 'comments' instead of businessJustification,try and will see
${arsTasks.requestAccessKey.comments}
06/03/2024 11:37 AM
Can you share screenshot which justification you are trying to push , one added by end user or approver?