I’ve created a lobby showing rejected Purchase Requisitions. I’d like to link the lobby to the Purchase requisition page to allow employees to make adjustments to rejected PRs.
Here is my code that doesn’t work:
page/PURCHASEREQUISITION/List?$filter=RequisitionerCodeRef eq $[USER_DIRECTORY_ID] and AuthorizationRejectedDb = 'true'
I’m new to coding but have gotten the hang of creating the lobby elements. Any tips on getting this navigation to function?