I want to click one of the related list tab and open one of the record from the list.

admin11345_
Tera Contributor

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

9 REPLIES 9

Peter Bodelier
Giga Sage

Look up a record based on the output of step 1.

And open it with Open a Record in List.

 

Something like this 

PeterBodelier_0-1695983550407.png

 

 


Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

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 ?

admin11345_
Tera Contributor

Can you please explain me in detail about record query step and open a record in list step from your screenshot ?

 

See the configuration below: Keep in mind, this example is really basic, and contains some static values, which you may not want.

 

PeterBodelier_1-1695983624072.png

 

PeterBodelier_2-1695983655766.png

 

PeterBodelier_3-1695983670847.png

 

PeterBodelier_4-1695983690002.png

 


Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.