08/04/2023 08:05 AM
Hi,
We recently encountered a scenario where request got submitted and it triggered the mail with the request id but couldn't find it in the request history. But when we checked the database we could find the request there. Can anyone suggest here what could be the reason or someone faced similar kind of problem before?
Regards,
Indranil
08/04/2023 09:38 AM
Are you trying to search the request in Request History with ROLE_ADMIN?
Also can you check below config in the SAV Role with which you are trying?
08/04/2023 10:19 AM
Hi @dgandhi , Yes, it is set as view all requests.
08/04/2023 10:24 AM
Hi @indrahema95 ,
You are not able to see under pending approval as well, if that request is yet to approve?
I know, request history shows all the requests irrespective of status of the request but check under pending approval once.
08/04/2023 10:28 AM
Hi @pmahalle
In pending task new account task has that request id. But the request id not present in request history and request approval page.
08/04/2023 10:39 AM
@indrahema95 Okay, so request is already in approved state. Just in case, is there any filter you applied on request history page which caused that request not showing?
08/04/2023 10:41 AM
Hi @pmahalle No filter applied there.
08/04/2023 10:58 AM
Is the request archived? Can you enable below checkbox and try?
08/04/2023 11:00 AM
Hi @dgandhi I tried that also. No result.
08/04/2023 11:21 AM
Ok, I hope in the DB you are checking the JBPMPROCESSINSTANCEID and not the REQUESTKEY (in ars_requests table) and search on Saviynt UI --> Request History page with the JBPMPROCESSINSTANCEID
08/04/2023 11:41 AM - edited 08/04/2023 11:44 AM
Hi @dgandhi That is correct. I am checking the JBPMPROCESSINSTANCEID. I can see the requestID there. IE: EntOwnerApproval.5080867
Here the request id is 5080867.
08/04/2023 12:04 PM
I don't think there is any separate config, it might be a bug in your version.
08/04/2023 12:06 PM
@dgandhi Yes, we are also suspecting that.
08/06/2023 03:31 PM