Skip to main content

Dears,

we have search screen where we are trying to update multiple selected records on selection of checkbox highlighted below.

Here we need to validate the selected records using client script by matching the Team id values from selected records. All Task Records related to same team should be if we are selecting records related to other team, there should be a validation alert on screen.

 

by using below script

var row=getSearchResultDataTableCheckedRows();

row.checked=true;

is fetching only 1st record details from selected records, even we are selecting multiple records.

validation is failing for multiple records selected.

 

Thanks & regards,

Narsing

Be the first to reply!

Reply