Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
I have following UI setup at my end Wizard -> Table1,Table2,Table3. Table3 has selectatble row element and action like validate, publish and show attributes.
I am populating all row element though buildComponent data by getting bom details of WT Part.
e.g.
Arraylist<Hashmap<String, Object>> localArraylist;
HahsMap<String, Object> localHahsMap;
WTPart partentPart = WtStucutreHelper,service.getUses()
while(childpart)
{
Traversing all bom and childdetails.
putting back in hashmap
}
Validate action (doOperation) returning the select id from the wizard - Table3.
Arraylist<NmOIdList> nmIDList = NmCommandbean.getActionIDwithWizard();
for(nmidList)
{
String selected ID = nmOid
<Again need to traverse the details back over here to process further>
}
So is there any way through which I can all select row details apart from selected OID in NMCommandBean.