Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hi,
I am trying to get the items which are added while creating the change activity. I have used following method -
List<NmOid> resultingObjects = paramNmCommandBean.getAddedItemsByName("changeTask_resultingItems_table");
But no value is coming in the list.
I have extended CreateChangeNoticeFormProcessor.
Thank in advance !!