cancel
Showing results for 
Search instead for 
Did you mean: 

How to get old value from IWDCustomEvent

Former Member
0 Kudos

Hello All,

I have applied a Listener on a field value. I want to get old value from the IWDCustomEvent as well new value when event will get fire. Is it possible in Web Dynpro.

Accepted Solutions (1)

Accepted Solutions (1)

former_member197348
Active Contributor
0 Kudos

Hi,

You can not directly recall the old value. You need to store the value in temporary context attribute and then recall it whenever you want.

Regards,

Siva

Answers (2)

Answers (2)

Former Member
0 Kudos

thks

former_member192434
Active Contributor
0 Kudos

Hi

Probably you need to get the record from backend base on the date of insertion. and then store it into the WD context, and simple java to compare the old and new record based on date of insertion and again put back to WD Context then finally you can use WDCustomEvent to get the data.

Hope it will help you.

Thanks