Hi guys i face problem i want to make filter by item no in report of return order of invoiced purchase order
my report as following :
Data Item
Vendor
(one space )Purch. Cr. Memo Hdr.
(two time space)Purch. Cr. Memo Line
IF i want to filter by item no how can i add item table in design of report as data item
0
Comments
I don't know will it solve your purpose or not, but as per my understanding you require the item filter to filter Purch. Credit Memo Lines (of course).
I guess this can be done easily as shown in attached picture.
If u still require the data item let me know.
Thanks & Regards,
Saurav Dhyani
Do you Know this About NAV?
Connect - Twitter | Facebook | Google + | YouTube
Follow - Blog | Facebook Page | Google + Page
If you want to filter more properties of the Item, you need to do some coding:
Add an Item DataItem as your first DataItem. Don't indent it, don't change the indentation of the other DataItems. Add RequestFilterFields as you see fit. Create an record variable subtype Item by the Name of FilterItem.
Then add Code as follows:
Item - OnPreDataItem() Purch. Cr. Memo Line - OnAfterGetRecord()
You might want to set a key for FilterItem that performs well with the user's filter.