Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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.