Skip to Main Content

E-Business Suite

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OAF (Oracle Application Framework) Need help with identifying if a field value is changed or not

user12294571Apr 5 2022 — edited Apr 5 2022

Friends I need your help.
I am working in OAF and one of the requirement is to identify if user changed the value of particular field and if he did , then I need to populate that value in another field.
I want to see if there is any functionality at field level something like ISDIRTY concept on vo objects.
So basically, when user clicks SAVE button, I need to verify the value on the form to that of in database and if both are not same then I have to populate the value in another field also.
I thought of using pageContext.putSessionValue to store the initial value and then compare it with form value . But I am not sure using pageContext.putSessionValue may cause any performance issue or memory leak issue or anything.

Thank You
Sri.

Comments
Post Details
Added on Apr 5 2022
0 comments
471 views