Skip to main content
1-Visitor
March 22, 2017
Question

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

  • March 22, 2017
  • 1 reply
  • 2232 views

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

1 reply

16-Pearl
March 22, 2017

Hi Anjali Sharma,

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

commandBean.png

Regards,

Shirish

ash1-VisitorAuthor
1-Visitor
March 22, 2017

Thanks Shirish. I will try this.