Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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.