Module navigation in ATF

Community Alums
Not applicable

Hi,

In ATF i want to add a step like open specifications.list while using application navigator there r product specification, service specification modules but how to open whole specifications.list using ATF.

 

 

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

you can open table list using ATF only when you have module for it

Once you open that module you can apply filter to the list and then open the record

Regards
Ankur

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

View solution in original post

8 REPLIES 8

Community Alums
Not applicable

You want to open a list view?

Community Alums
Not applicable
Yes

Community Alums
Not applicable

HI @Shannu ,

You cannot do this directly !! possibly you need to use run server side script and get the record sys_id and then use Open an Existing record step and output from previous script step.

NO OOB Solution available as of now.

Mark my answer correct & Helpful, if Applicable.

Thanks,

Sandeep

Community Alums
Not applicable
Thanks, but if I use sys_id then it will point out to a particular record right but i need to display list view on that list I need to apply some filter. Any suggestions on how to achieve this!