How to get all the objects(Part) added in a table thru NmCommand bean in form processor?
Mar 22, 2017
12:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mar 22, 2017
12:04 PM
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?
Labels:
- Labels:
-
API
- Tags:
- group discussion
4 REPLIES 4
Mar 22, 2017
04:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mar 22, 2017
04:32 PM
Hi Anjali Sharma,
Check this: ArrayList selectOids = commandBean.getSelectedOidForPopup();
Regards,
Shirish
Mar 22, 2017
05:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mar 22, 2017
05:04 PM
Thanks Shirish. I will try this.
Mar 23, 2017
06:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mar 23, 2017
06:40 AM
This API helps me to fetch the Selected objects from the table. I actually want to fetch all the objects of the Table.
Feb 28, 2025
06:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Feb 28, 2025
06:49 AM
@ShirishMorkhade How did opened this window to display all the table data . Did you found the solution to fetch the row data in formprocessor
