Skip to main content
14-Alexandrite
March 15, 2024
Solved

how should i get changeRecord2 from the wizard url

  • March 15, 2024
  • 1 reply
  • 1364 views
Best answer by HelesicPetr

Hi @AR_9920456 

You need to use nmCommandBean and get selected OID and then get the object from OID

directly in JSP

ArrayList soids = commandBean.getSelectedOidForPopup();

PetrH

1 reply

16-Pearl
March 15, 2024

Hi @AR_9920456,

 

changeRecord2 is the link between change task and resulting Items.

could you please be more specific, what exactly is the use case?

 

 

14-Alexandrite
March 15, 2024

Hello @TDT,

 

I have made a custom wizard in which I am getting changerecord2 soft attribute, the data I am getting is of first row in mvc table not the selected one when I tried to edit.

16-Pearl
March 15, 2024

Hi @AR_9920456,

 

Do you want to get the information of selected objects list in custom form processor?