How to open a list in a record with ATF

__ __2
Tera Expert

Is there a way to use ATF to open an existing record and then select and open the list in that record?

 

1 ACCEPTED SOLUTION

Hi,

you cannot open related list record using ATF directly

You can use Server Side Script step to get if there is any record in related list and store the sysId

Then use output of this in next step of Open an Existing Record

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

8 REPLIES 8

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

Sorry didn't get

You can open an Existing Record but what is the meaning of open the list in that record?

please share some details and screenshots

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Thank you for your reply.
I'm sorry, I didn't know how to tell it well.
It's a screenshot of a Japanese instance, but can it be transmitted?
After opening this record in ATF, I would like to open the record surrounded by a red square in ATF. Is it possible?

find_real_file.png

Hi,

you cannot open related list record using ATF directly

You can use Server Side Script step to get if there is any record in related list and store the sysId

Then use output of this in next step of Open an Existing Record

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

I'll try that method. Thank you.