The Item Lifecycle Managment (ILM) application sometimes displays very longs lists of POs for items matching recalls. I need to add a couple of buttons that will pop-up lists, similar to helper lists, to summarize the PO list.
One pop-up list would display the unique Cost Centers and their descriptions from the PO list, and the other would display the unique item numbers in the PO list, with a count of each item.
Ideally, this would be an array declared as a local field. Once displayed, I want to be able to export the list to a CSV, as I can for any helper list.
Is this possible?