Skip to Main Content

APEX

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

javascript item update for use in lov column

Farhan2Nov 27 2024

Hi,

I am trying to update a page item which is used by an LOV column in an interactive grid.

After updating the value region refresh is triggered but the new value is not being picked up by the LOV.

If i use apex.server.process to save the pageItem to session state the refresh then makes use of the newly updated value.

I am hoping there is a way of doing this without the additional overhead of a database call to update the session state??

Any guidance much appreciated

This post has been answered by Karel Ekema on Nov 27 2024
Jump to Answer
Comments
Post Details
Added on Nov 27 2024
2 comments
36 views