Skip to main content
1-Visitor
November 14, 2019
Question

How to get items from Resulting Objects table while creating the change task.

  • November 14, 2019
  • 0 replies
  • 867 views

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 !!