Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
How to get all the objects(Part) added in a table thru NmCommand bean in form processor? What API to use?
Hi Anjali Sharma,
Check this: ArrayList selectOids = commandBean.getSelectedOidForPopup();

Regards,
Shirish
Thanks Shirish. I will try this.
This API helps me to fetch the Selected objects from the table. I actually want to fetch all the objects of the Table.
@ShirishMorkhade How did opened this window to display all the table data . Did you found the solution to fetch the row data in formprocessor
