Hi,
Some of our application users are intermittently seeing “An unexpected internal application error has occurred. reference# ERR-1002 Unable to find item ID for item ”<static_id>_ig_FD_VALUE" in application “nnnn”. ()".
This is APEX 22.2, and the problem occurs sometimes when the page is submitted from a filtered grid after performing some actions on a row or several rows. e.g select some rows, click a button to do some processing. (just a normal page submit process performing some PL/SQL)
Another post on this forum suggests that the FD_VALUE is something to do with the filter descriptions
https://forums.oracle.com/ords/apexds/post/how-can-i-increase-the-maximum-width-of-the-text-field-in-t-6982
Has anyone else encountered this problem or can shed some light on what the FD_VALUE is?
Unfortunately I haven't managed to replicate it myself yet, otherwise I would put debug on as a starting point to see where it goes wrong
UPDATE: I have managed to reproduce it reliably and it is all to do with applying an equals filter on a IG date column and then submitting page. I think it may be a symptom of this bug
Bug 35554377 : SETTING EQ FILTER ON IG DATE COLUMN INTERPRETED AS UNSAVED CHANGE ON CLIENT SIDE
Unfortunately the bug doesn't have any more detail really, but it does suggest it was introduced in 22.2 and has been fixed in 23.1.5
Thanks,
Mark