Apex Version: 23.1.5
Table Name: Test
Column Name: ID, Name
- 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.
- 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.)
- 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.



