How to perform multiple check

Hello, i have a screen as shown below and i would like to know how to perform multiple check using codes.

Thank you in advance.

image.png

Hello Andrej Podhajský could you please help me for the above issue?
I want to make multiple selection

If I understand correctly, you want to check multiple check boxes on the left? Programmatically?

Mate Mrse said:

If I understand correctly, you want to check multiple check boxes on the left? Programmatically?

Yes, please

Please share the HTML of the above page. Also, what have you tried before and your script if you have any.

1 Like

Mate Mrse said:

Please share the HTML of the above page. Also, what have you tried before and your script if you have any.

I did not have any script, i was just record and play for me.
I have put part of the html due to confidentiality.

***********************************************************************************************

1-7 of 7

</tr>

<tr class="wsui-table-row-header">

    <th style="white-space: nowrap;"><span id="OrganizationSearchScreen-s-OrganizationSearchScreen-all-OrganizationSearchScreenSelect_0"></span>Select</th>

    <th><img src="../ui7/ca/images/ascending.png" alt="${bundle=iamsaasResourceBundles.IMSResources:key=org.id} - ascending - sort descending" title="${bundle=iamsaasResourceBundles.IMSResources:key=org.id} - ascending - sort descending" class="im-button-img" /><input type="submit" name="action.OrganizationSearchScreenSort.1" value="Identifier" class="im-button-link" onmouseover="this.className='im-button-link-hover'" onmouseout="this.className='im-button-link'" /></th>

    <th><img src="../ui7/ca/images/unsorted.png" alt="${bundle=iamsaasResourceBundles.IMSResources:key=org.name} - sort ascending" title="${bundle=iamsaasResourceBundles.IMSResources:key=org.name} - sort ascending" class="im-button-img" /><input type="submit" name="action.OrganizationSearchScreenSort.2" value="Name" class="im-button-link" onmouseover="this.className='im-button-link-hover'" onmouseout="this.className='im-button-link'" /></th>

    <th><img src="../ui7/ca/images/unsorted.png" alt="${bundle=iamsaasResourceBundles.IMSResources:key=org.parentOrg} - sort ascending" title="${bundle=iamsaasResourceBundles.IMSResources:key=org.parentOrg} - sort ascending" class="im-button-img" /><input type="submit" name="action.OrganizationSearchScreenSort.3" value="Parent organization" class="im-button-link" onmouseover="this.className='im-button-link-hover'" onmouseout="this.className='im-button-link'" /></th>

</tr>

<tr class="wsui-table-row-even">

    <td class="centered"><input type="checkbox" name="OrganizationSearchScreenSelect\_0" value="1" title="Select &quot;1\_BELGIUM&quot;" /></td>

    <td>BELGIUM</td>

    <td>Belgium</td>

    <td>Europe &#40;EUROPE&#41;</td>

</tr>

<tr class="wsui-table-row-odd">

    <td class="centered"><input type="checkbox" name="OrganizationSearchScreenSelect\_1" value="1" title="Select &quot;1\_EUROPE&quot;" /></td>

    <td>EUROPE</td>

    <td>Europe</td>

    <td>World &#40;World&#41;</td>

</tr>

<tr class="wsui-table-row-even">

    <td class="centered"><input type="checkbox" name="OrganizationSearchScreenSelect\_2" value="1" title="Select &quot;1\_FRANCE&quot;" /></td>

    <td>FRANCE</td>

    <td>France</td>

    <td>Europe &#40;EUROPE&#41;</td>

</tr>

<tr class="wsui-table-row-odd">

    <td class="centered"><input type="checkbox" name="OrganizationSearchScreenSelect\_3" value="1" title="Select &quot;1\_GREECE&quot;" /></td>

    <td>GREECE</td>

    <td>Greece</td>

    <td>Europe &#40;EUROPE&#41;</td>

</tr>

<tr class="wsui-table-row-even">

    <td class="centered"><input type="checkbox" name="OrganizationSearchScreenSelect\_4" value="1" title="Select &quot;1\_ITALY&quot;" /></td>

    <td>ITALY</td>

    <td>Italy</td>

    <td>Europe &#40;EUROPE&#41;</td>

</tr>

<tr class="wsui-table-row-odd">

    <td class="centered"><input type="checkbox" name="OrganizationSearchScreenSelect\_5" value="1" title="Select &quot;1\_PORTUGAL&quot;" /></td>

    <td>PORTUGAL</td>

    <td>Portugal</td>

    <td>Europe &#40;EUROPE&#41;</td>

</tr>

<tr class="wsui-table-row-even">

    <td class="centered"><input type="checkbox" name="OrganizationSearchScreenSelect\_6" value="1" title="Select &quot;1\_SPAIN&quot;" /></td>

    <td>SPAIN</td>

    <td>Spain</td>

    <td>Europe &#40;EUROPE&#41;</td>

</tr>

<tr class="im-page-nav-bottom">

    <td colspan="4"><div class="im-page-nav">

1-7 of 7

**********************************************************************************************************