- 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-11-2024 09:00 PM
Please look at the following KB article, you could use this method to find the appropriate ID for the UI Action.
You can then use this in conjunction with the ATF "Click a UI Action" test step.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2024 11:32 PM
Hi @Ashley45 :
OOB we Step configurations option under the category "List and Related List" to "Open a Record in List" You can use and select the required record from the related list and approve it
Please refer to the below screenshots:
Mark this as Helpful / Accept the Solution if this clears your issue
- 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-15-2024 11:53 AM - edited 07-15-2024 01:03 PM