I want to click one of the related list tab and open one of the record from the list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2023 03:13 AM
Step :1 I have opened the existing record from the table.
step:2 I want to click one of the related list tab and open one of the record from the list.
Kindly suggest me the steps to achieve the step 2 through ATF

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2023 03:15 AM - edited 09-29-2023 03:32 AM
Look up a record based on the output of step 1.
And open it with Open a Record in List.
Something like this
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2023 01:03 PM
1) record a query with some specifications and
2) open that form(I mean record).
I have written above 2 steps and now
3) I need to write the server side script for getting the record's sys_id which I have opened in step 2 and then query few actions
how to obtain record's sys_id through server side script in ATF ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2023 03:31 AM
Can you please explain me in detail about record query step and open a record in list step from your screenshot ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2023 03:35 AM
See the configuration below: Keep in mind, this example is really basic, and contains some static values, which you may not want.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.