Skip to Main Content

Find JavaScript

WorkspaceApplication IdPage IdObject TypeObject Name
TEDSTRUIK25384-apex_application_temp_listjavascript_code_onload (menu bar)
TEDSTRUIK25384-apex_application_temp_listjavascript_code_onload (menu popup)
TEDSTRUIK25384-apex_application_temp_listjavascript_code_onload (side navigation menu)
TEDSTRUIK25384-apex_application_temp_listjavascript_code_onload (top navigation menu)
TEDSTRUIK25384-apex_application_temp_listjavascript_code_onload (wizard progress)
  • 1 - 5 of 200

Info

Searching for javaScript in Apex applications is not difficult; there are multiple ways to do that - for example:
  • Use the Search function of the Apex Builder. The best option but not complete and not easy to use/export.
  • Search through an application export. Not very easy to read.
  • Use the report under Utilities - Embedded Code in the Apex Builder. Nice but also incomplete.
So, to find all JavaScript in the entire application, I created a view.
I'm quite sure it is not complete either, but extending this view would be quite easy.

The Apex views contain all the information we need here; we just have to find it.
So I combined the views/columns I knew about, with all the views/columns that have JS or JAVASCRIPT in their column names and/or comments.
This results in quite a large list - see the query of the view below - of both actual JavaScript code and references to files that contain JavaScript.

This is the query I used to create the SQL statements for the Apex views, for use in my own view:

This approach also works for finding CSS - same idea, just using different Apex views.
To find CSS, the first part of the where-clause should be changed to this:

Code

Page

Identification
Page ID
Name

Region

Identification
Sequence
Title
Type
Source
Location
Query Type
Table Name

View

View
Name
DDL