checkbox filter

Hi all.

I hav 150 Employee details in grid with Emplid, EmplName,Position and checkbox.I want to update all EmpPosition of employee .After updates i marked in checkbox as check(That is completed). but i hav completed only 100 Emp. restof the Employee not completed.so i want to filter only checked rows(That is 100 Empl details ) in grid by pressing button or other checkbox(Out side Of grid). Can any one help me(in X++ ).

Thanks in advance.

syed

Hi,

You can do this by applying a filter (right click → Filter by field)

Or if you want to do this with X++

You keep a check box on the top of the form

use executeQuery() method… (refer InventQuarantineOrder form)

Regards

Kranthi

Hi Kranthi,

Thanks for your solution it’s useful to me.