Skip to main content

Form PeopleCode

Form PeopleCode is a new page in GT eForms 3.50 that lists all customer-added solution code as recognized by the Form Build Process. This page provides a useful summary of solution-added code without having to examine the application package in Application Designer.

The Form PeopleCode page also lists program annotations. Annotations associated with a method are part of the 3.50 Helium development process. These are used for establishing dependencies between form elements and solution methods.

Please refer to the Helium Tech Reference document for more information.

Navigation: Manager GT eForms 3.X > GT Technical Setup > Reference > Form PeopleCode

Form PeopleCode Search Page

Screenshot of Form PeopleCode find an existing value search

Click the Search button to show all Form PeopleCode. You can click the Advanced Search link to perform more complex searches.

Screenshot of Form PeopleCode search results

All the dependency-managed PeopleCode IDs for the Application Package selected will return in a grid.

Grid Fields

FIELDFUNCTIONALITY
PeopleCode IDUnique identifier in the PeopleCode registry
Object StringApplication Package Class Path
PeopleCode TypeType of program
Method NameClass method that is run
Annotations (Link)This field will appear if it is a form in 3.50 Helium with Annotations. Clicking the link opens a modal window with the annotation listing. Annotations are form elements the PeopleCode ID is dependent on.

In the Application Package G_FORM_TRAIN_AWD example above, clicking the Annotations link on line 4 produces this:

Screenshot of PeopleCode Annotations

Click the “X” button to go back to the grid.