Have tried the online converter and searched many posts.
Need to filter out records after a lookup to Part to get CheckBox01 value. Seems simple but …
Need to filter out records from the Part system search button. In E9 , was able to delete a row
in Post Processing of GetList and GetById. In E10 , always run into errors… like cannot remove rows that am looping with For Each. Just can’t get the syntax right. Below is the E9 code. Anyone able to help translate to a working E10 code ? Thank You …
ORIGINAL
FOR EACH ttPartList:
FIND FIRST Part WHERE Part.PartNum = ttPartList.PartNum AND Part.CheckBox01 = True NO-ERROR.
IF AVAIL Part Then
DO:
DELETE ttPartList.
END.
Yes, However, you loose the builtin selection of search items like Áctive’ , unless the where clause is appended to. I haven’t been able to append successfully keeping all options…