- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2024 12:59 PM
Running through a Problem record and when I have a Problem Task i have to request approval in the atf test step i can just use the UI Action 'Request Approval'. From there i need to open the approval record and approve it. This is not a UI action nor was i able to find a link using click component (custom ui)
Any ideas on what test steps would work here
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2024 12:58 AM
Hi @Ashley45
Use Apply filter to the list
change list type to related list.
Select related list as Approver.
apply list filter as:
Status is pending approver
description is test...etc
Use open existing record to open above record.
Click Approve using Click a UI action.
MARK HELPFUL/Solution.
Regards
Shaqeel
***********************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.
***********************************************************************************************************************
Regards
Shaqeel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2024 12:50 AM
Change the table name of Open existing record step.
To know the correct table, you can manually open the approver on problem task record and observe the url.
Like:
here the highlighted is the table name.
mark helpful/solution
regards
Shaqeel
***********************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.
***********************************************************************************************************************
Regards
Shaqeel