SELECT A . DESCRPRTION ,B.ITEM_TYPE FROM
LOT A INNER JOIN STOCK B ON A.COM_ID = B.COM_ID AND A.ITEM_CODE = B.ITEM_CODE AND B.USESERIAL = 0 where a.com_id = 'ASC' and A.QTY_UNIT <> 0
Use a DynamicList. And add customFilter to the relation(Join) used.
can you give me example
Please follow the code examples found in the docs (check the links I've posted). And if you need further assistance, post your code, and explain what's been going wrong.