Apex 5 Function and Global Variable Declaration section - java script not working
The java script migrated from Apex 4 to Apex 5 is not working correctly in Apex 5. While debugging pages in the application, the type of errors generated are similar to the following: "Variable 'ABC' is undefined" (ABC is declared as 'var ABC;' - a global in the java script) The issue was resolved by moving the javascript from the Function and Global Variable Declaration section to a new static java script file and then referencing the java script file from the Page Header. Unfortunately I've had to perform this task on every page in order to call any java