Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/10/2022 04:14 AM
08/10/2022 04:57 AM
which connector
REST Example:
"physicalDeliveryOfficeName": "${'ARC Task# '+task.id+'; '+'ARC Request ID# '+task.requestKey?.processinstanceid?.substring(task.requestKey?.processinstanceid?.indexOf('.') + 1, task.requestKey?.processinstanceid?.length())}",
08/10/2022 05:28 AM
Yes we are using rest connector , so below should work to send request ID ?
08/10/2022 05:48 AM
Will this also work in SOAP connection ?
08/10/2022 07:21 AM
yes
${task?.requestKey?.processinstanceid?.substring(task.requestKey?.processinstanceid?.indexOf('.') + 1, task.requestKey?.processinstanceid?.length())}}
08/10/2022 07:25 AM
Thanks a lot
08/10/2022 08:29 AM
@Akshay - Please click the "Accept As Solution" button on the post that provided the best answer to your question. This will help future users who might have the same question. Thank you!
08/10/2022 08:34 AM
Hi Dave ,
Yes , will mark as 'Accept As Solution' once I have tested the same and it works .