Custom Action - handle to all selected rows
I am working on a custom action where the user can select one or more EPM Documents and start the action. My implementation is currently using the request parameter to grab the oid’s/soid’s of the selected objects however it only works when the user selects 8 or less items. Is there another way to get the list of all the selected item rows at the time the custom action is selected? If so, can you provide some guidance?
Current method used in popup JSP
ids = request.getParameterValues("soid") or id = request.getParameter("oid")
Thanks,
Mark Bohannon
Lenovo

