Filter a Grid In Dynamics Ax

hi all

i want to filter grid (invent_quarantine_order) filled (serial number) by code.

for example sent string a,b,c and filter automaticlly as a,b,c

thanks all.

i find

name of object and use filter method:

My_Field.Filter("string For Filter ");