cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

How to get all the objects(Part) added in a table thru NmCommand bean in form processor?

ash
6-Contributor
6-Contributor

How to get all the objects(Part) added in a table thru NmCommand bean in form processor?

How to get all the objects(Part) added in a table thru NmCommand bean in form processor? What API to use?

3 REPLIES 3

Hi Anjali Sharma,

Check this: ArrayList selectOids = commandBean.getSelectedOidForPopup();

commandBean.png

Regards,

Shirish

ash
6-Contributor
6-Contributor
(To:ShirishMorkhade)

Thanks Shirish. I will try this.

ash
6-Contributor
6-Contributor
(To:ShirishMorkhade)

This API helps me to fetch the Selected objects from the table. I actually want to fetch all the objects of the Table.

Top Tags