Hi, I have to print a report which needs to fetch records from InventTable and InventTrans for items which have no physical transaction during a defined period(dates).
I have created a query in inventTable and trying to loop through the inventrans records in fetch method and find the items which are not falling in the defined period. The retrived items are passed using element.send(inventTable). It takes lot of time to print the data. Can anybody suggest the proper way to do this. Regards