cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

how should i get changeRecord2 from the wizard url

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

5 REPLIES 5
TDT
12-Amethyst
12-Amethyst
(To:AR_9920456)

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?

 

 

AR_9920456
12-Amethyst
(To:TDT)

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.

TDT
12-Amethyst
12-Amethyst
(To:AR_9920456)

Hi @AR_9920456,

 

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

AR_9920456
12-Amethyst
(To:TDT)

Hello @TDT ,

 

Yes i want selected information in wizard not in form processor, as you can see in below SS it a mvc table builder which hold changeRecord2 data.

AR_9920456_0-1710657477162.png

there are 2 row and i want the information of selected row in my custom wizard. But i always get first row info even if i select the 2nd row as you can see in below ss.

AR_9920456_1-1710657688243.png

I want to show the info of selected row in custom wizard, how to achieve that.

 

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

Top Tags