- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 09:08 PM
Hi guys,
So, I want to access this sc_request page and navigate to approver section to approve my requests
Now, the following is my ATF Script
Now, whenever I am trying to run the script, it is pointing towards the sc_req_item form instead for approvers
How to navigate it back to sc_request form along with navigating to its tabs using ATF? Since post this I have to verify purchase orders tab as well under sc_request.
NOTE : I have placed purchase order request from Employee Center portal (UI) and trying to implement the other steps from Hardware Asset Workspace in Native UI.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2025 01:08 AM - edited 07-10-2025 01:22 AM
@SangyM - Please update step no 22- Approver for = Step 18:{Record Query.first record} instead of step 20 as approvers on request and not on RITM. Also on step no 23, mention view as you are opening in workspace view or you can select form UI as hardware workspace
See if this works for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 09:17 PM
@SangyM ,
Please verify that users have the "approver_user" role.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 09:54 PM
HI @Shraddha Kadam ,
I have checked. "approver_user" role is attached to the user.
Still not able to do that.
My main concern is that I want to approve the request from this page (sc_request) where clearly getting the approver, but instead I am getting redirected to sc_req_item and where its opening the RITM record instead of the REQ record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 10:36 PM
@SangyM ,
Not sure but you can try - Update the table of step no. 21 to sc_request table, or create one more step after step no. 21 and open sc_request table.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 11:00 PM
@SangyM - Please add 'Impersonate User(Impersonate with approver user)' step after step no 22 as you need to actually login by approver and then approve the request