Hi Seniors,
I have a scenario. When I select some customer records on Customer list page form and then press a menu item button in action pane, a new form is opened with the selected records from cust list page. Then, above the grid, I have a field which shoes our Email Templates that are coming as a response from our portal.
On the template control, there is lookup button, when we press it, it shows customer account and templates in the lookup field. If we have two templates, It will show the selected account with its respective template.
My requirement was to eliminate that customer account field from the lookup form. I did it with overriding lookup method on template control. After I did it, the template lookup field is no longer showing templates for just selected record in the grid, rather it is showing templates for total number of customer records coming from cust list page. If I had selected 5 records from cust list page, the lookup field will be showing templates for five times.
I want to show it just for once just for the selected record in the grid.
please suggest, how can i do that