Hi all,
I have duplicate the form "PurchTableListPage". and named it say "XYZListPage".
Now both listpage forms is connected to same interaction class - PurchTableListPageInteractionClass
@ I wants to set some filter based on "Purchase type" while opening the form "XYZListPage".. for example - suppose if purchase type is abc then it should show us only those purchase orders which has purchase type abc. And this fliter should work only for the form = XYZlistpage.
I beleive, form - DS- executeQuery - before super() is the best place to do.
Kindly let me know
1. In PurchTableListPageInteractionClass , In which method i can do?
2. as both form the called the same interaction class, then how will put the condition?
3. kindly send me the script for filter
Please give me more shed on this.
thanks!