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.

Unable to find Item ID for Item......

Mandeep7Jan 8 2024 — edited Jan 8 2024

Apex Version: 23.1.5

Table Name: Test

Column Name: ID, Name

  1. I created a interactive grid for above table and created a LOV on NAME column. It is cascade LOV in which ID column is passed as parent column.
  2. While running i am able to get the values in name field. If i change LOV to multiple values selection it is getting me error like (Ajax call returned server error ORA-20987: APEX - ERR-1002 Unable to find item id for item “C615477940974006716” in application “116”. - Unexpected error, unable to find item name at application or page level. for ajax session state.)
  3. If i removed ID column from cascade part then it is working.

Need guidance how i can work with mutiple selection of LOV in interactive grid by passing cascade LOV parent value.

Note: This error comes when i click on any column of interactive grid.

1. Table Info.png

2. Interactive Grid Info.png

3. LOV Multiple Selection Value is ON.png

4. Cascading Info.png

Comments

Post Details

Added on Jan 8 2024
1 comment
605 views