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!

How can we run the additional outputs options in popup lov dynamically

Madhwal.17Feb 10 2023 — edited Feb 10 2023

I have a Popup LOV as Item Code and it have its corresponding Additional outputs which works perfectly fine.

Now, the problem arises when I dynamically set the value of Item Code : In that case these additional outputs does not fire.

var ret = $v("P201_PRV_ITEM");

var disp = $v("P201_DISP_ITEM");

apex.item("P201_ITEM_CODE_C").setValue(ret,disp);

@inol please help

This post has been answered by InoL on Feb 13 2023
Jump to Answer
Comments
Post Details
Added on Feb 10 2023
4 comments
3,018 views