Hi, i have an issue with Apex 18.1. I added in a blank page from an item from Layout items, a date picker in a Static Content called P2000_DATE and a text fiel called P2000_TEXT. P2000_DATE have a Dynamic Action for execution when P2000_DATE Change the true action is set value with Set Type: Dialog return Item, Return Item: P2000_DATE, Affected Elements are Selection Type: Item and Item: P2000_TEXT.
When I select a date in the P2000_DATE datepicker the APEX Developer Tool Bar show a red Icon with a message about error in javascript and suggest to open Browser Console. when I open the console i have this error:
jquery-migrate-3.0.0.min.js?v=18.1.0.00.45:2 JQMIGRATE: Migrate is installed, version 3.0.0
desktop_all.min.js?v=18.1.0.00.45:24 Uncaught TypeError: Cannot read property 'P2000_DATE' of undefined
at Object.a.setValue (desktop_all.min.js?v=18.1.0.00.45:24)
at Object.da.doAction (desktop_all.min.js?v=18.1.0.00.45:23)
at Object.da.doActions (desktop_all.min.js?v=18.1.0.00.45:23)
at HTMLInputElement.<anonymous> (desktop_all.min.js?v=18.1.0.00.45:23)
at Function.each (desktop_all.min.js?v=18.1.0.00.45:2)
at a.fn.init.each (desktop_all.min.js?v=18.1.0.00.45:2)
at Object.da.actions (desktop_all.min.js?v=18.1.0.00.45:23)
at HTMLInputElement.<anonymous> (desktop_all.min.js?v=18.1.0.00.45:23)
at HTMLInputElement.dispatch (desktop_all.min.js?v=18.1.0.00.45:3)
at HTMLInputElement.q.handle (desktop_all.min.js?v=18.1.0.00.45:3)
But the item P2000_DATE is created and have a dynamic action.
Please help or any suggestions...