How we can select record in ATF servicenow by checkbox in list ?

RutikS
Tera Contributor

I'm creating a problem and then I'm adding a incident into it from incident section. I'm getting list of incidents and i wanted to click on any of the checkbox related to any incident. Please tell me how to select record in ATF servicenow by checkbox.

3 ACCEPTED SOLUTIONS

RutikS
Tera Contributor

Yes, this is what I wanted to do. Please tell me how to select any of the record of the list with the help of checkbox.

View solution in original post

@RutikS 

 

Not possible through ATF.

One of its limitations.

 

*************************************************************************************************************
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


***********************************************************************************************************************
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

View solution in original post

Yes, not possible. You can click the UI actions displayed on the list but not the checkboxes.

View solution in original post

6 REPLIES 6

yes, through ATF we can select the single record and all records visible on the first page by using 'Click a List UI Action' step as below :

  • List Type: Choose the list (e.g., standard or related list).
  • Table: Select the table (e.g., incident).
  • List Action: Pick the action (e.g., open or edit).
  • Apply To:
    • Single Record: Apply to one selected record.
    • All Records Visible on the First Page: Apply to all records on the current page

Refere below screenshot

 

Mini Mukundan
Tera Contributor

I was able to click on Select All checkbox by using set component values ( Custom UI ) config . 

MiniMukundan_0-1747985616682.png